summaryrefslogtreecommitdiff
path: root/debian/init
diff options
context:
space:
mode:
Diffstat (limited to 'debian/init')
-rw-r--r--debian/init2
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