From ca1e2e17e5ae4af811826518f46631c9962f8292 Mon Sep 17 00:00:00 2001 From: Harm Weites Date: Sat, 9 Aug 2014 08:09:02 +0000 Subject: fix: The correct path end with an s. --- sysvinit/freebsd/cloudinitlocal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysvinit/freebsd/cloudinitlocal') diff --git a/sysvinit/freebsd/cloudinitlocal b/sysvinit/freebsd/cloudinitlocal index b55705c0..b96d1513 100755 --- a/sysvinit/freebsd/cloudinitlocal +++ b/sysvinit/freebsd/cloudinitlocal @@ -18,9 +18,9 @@ start_cmd="cloudlocal_start" cloudinit_override() { - # If there exist sysconfig/default variable override files use it... - if [ -f /etc/default/cloud-init ]; then - . /etc/default/cloud-init + # If there exist sysconfig/defaults variable override files use it... + if [ -f /etc/defaults/cloud-init ]; then + . /etc/defaults/cloud-init fi } -- cgit v1.2.3