diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-01-17 10:45:11 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-01-17 10:45:11 -0800 |
commit | b9d98f16d1c23c213c4039cf504a08d06624dec8 (patch) | |
tree | c80a3f96b583993d23766ea738143abf08d2d852 /sysvinit/freebsd/cloudfinal | |
parent | 0f217e3983c79593ea56824256f3504b83f20a83 (diff) | |
download | vyos-cloud-init-b9d98f16d1c23c213c4039cf504a08d06624dec8.tar.gz vyos-cloud-init-b9d98f16d1c23c213c4039cf504a08d06624dec8.zip |
Fix curly braces
Diffstat (limited to 'sysvinit/freebsd/cloudfinal')
-rwxr-xr-x | sysvinit/freebsd/cloudfinal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysvinit/freebsd/cloudfinal b/sysvinit/freebsd/cloudfinal index 7f0cf599..c0a4d369 100755 --- a/sysvinit/freebsd/cloudfinal +++ b/sysvinit/freebsd/cloudfinal @@ -26,7 +26,8 @@ cloudinit_override() fi } -cloudfinal_start() { +cloudfinal_start() +{ echo -n "${command} starting" ${command} ${cloudinit_config} modules --mode final } |