diff options
author | Chuck Short <zulcss@ubuntu.com> | 2009-02-20 14:27:38 +0000 |
---|---|---|
committer | Bazaar Package Importer <jamesw@ubuntu.com> | 2009-02-20 14:27:38 +0000 |
commit | 440f3288c5b75fde6d4e9a2b4a67510edc9b6e80 (patch) | |
tree | 429d838a1f72468cc900d61647076feb85e7a67f /debian/init | |
parent | 4685dd287c9eea18dc18bac1260b7a1169271f78 (diff) | |
download | vyos-cloud-init-440f3288c5b75fde6d4e9a2b4a67510edc9b6e80.tar.gz vyos-cloud-init-440f3288c5b75fde6d4e9a2b4a67510edc9b6e80.zip |
debian/init: Fix init script.
Diffstat (limited to 'debian/init')
-rw-r--r-- | debian/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/init b/debian/init index 1e5a36c1..59fe686b 100644 --- a/debian/init +++ b/debian/init @@ -56,7 +56,7 @@ case "$1" in log_end_msg 1 fi log_daemon_msg "Determining EC2 availability zone" - if ec2-set-apt-sources.py 2> /dev/null + if ec2-set-apt-sources 2> /dev/null then log_end_msg 0 else |