diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-22 18:44:16 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-22 18:44:16 -0700 |
commit | 902901d650f11df9a9786dd9b24a3569754c9896 (patch) | |
tree | c737f1d4d57595af82f17d31dbe8732757b8aefa /initd | |
parent | 223c0ac0ba8450596d1ff0534de5014202f06dc5 (diff) | |
download | vyos-cloud-init-902901d650f11df9a9786dd9b24a3569754c9896.tar.gz vyos-cloud-init-902901d650f11df9a9786dd9b24a3569754c9896.zip |
Use the full path + rename to CLOUDINITARGS
Diffstat (limited to 'initd')
-rwxr-xr-x | initd/cloud-init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initd/cloud-init.sh b/initd/cloud-init.sh index dd93d50f..5faa77f8 100755 --- a/initd/cloud-init.sh +++ b/initd/cloud-init.sh @@ -70,7 +70,7 @@ start() { [ -f $conf ] || return 6 echo -n $"Starting $prog: " - $prog $CLOUD_INIT_ARGS init + $cloud_init $CLOUDINITARGS init RETVAL=$? return $RETVAL } |