summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/scripts/services
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bsdinstall/scripts/services')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/services2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/services b/usr.sbin/bsdinstall/scripts/services
index cf6e739..8ce9e7b 100755
--- a/usr.sbin/bsdinstall/scripts/services
+++ b/usr.sbin/bsdinstall/scripts/services
@@ -29,7 +29,7 @@
: ${DIALOG_OK=0}
if [ -f $BSDINSTALL_TMPETC/rc.conf.services ]; then
- eval `sed -e s/YES/on/I -e s/NO/off/I $BSDINSTALL_TMPETC/rc.conf.services`
+ eval `sed -e s/YES/on/i -e s/NO/off/i $BSDINSTALL_TMPETC/rc.conf.services`
else
# Default service states. Everything is off if not enabled.
sshd_enable="on"
OpenPOWER on IntegriCloud