summaryrefslogtreecommitdiff
path: root/sysvinit/freebsd/cloudfinal
diff options
context:
space:
mode:
authorHarm Weites <harm@weites.com>2014-08-09 10:24:34 +0000
committerHarm Weites <harm@weites.com>2014-08-09 10:24:34 +0000
commitc08262be060f6a4e89c94f81f83d7e884b66a5cf (patch)
tree01ecece4de33eaac0c64c88ffa3727142b27af29 /sysvinit/freebsd/cloudfinal
parent590685594897069fe57753f197753aab5cb440e9 (diff)
downloadvyos-cloud-init-c08262be060f6a4e89c94f81f83d7e884b66a5cf.tar.gz
vyos-cloud-init-c08262be060f6a4e89c94f81f83d7e884b66a5cf.zip
fix: Use -f to properly load the configfile.
Diffstat (limited to 'sysvinit/freebsd/cloudfinal')
-rwxr-xr-xsysvinit/freebsd/cloudfinal2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvinit/freebsd/cloudfinal b/sysvinit/freebsd/cloudfinal
index 5f2c4155..dd02b081 100755
--- a/sysvinit/freebsd/cloudfinal
+++ b/sysvinit/freebsd/cloudfinal
@@ -27,7 +27,7 @@ cloudinit_override()
cloudfinal_start()
{
echo -n "${command} starting"
- ${command} ${cloudinit_config} modules --mode final
+ ${command} -f ${cloudinit_config} modules --mode final
}
load_rc_config $name