updating output to RC script

This commit is contained in:
Christer Edwards
2019-11-22 21:59:39 -07:00
parent 29a8b8a671
commit c4172250c0

View File

@@ -37,7 +37,7 @@ bastille_start()
local _jail
for _jail in ${bastille_list}; do
echo "Starting Bastille Jail: ${_jail}"
echo "Starting Bastille Container: ${_jail}"
${command} start ${_jail}
done
}
@@ -52,7 +52,7 @@ bastille_stop()
local _jail
for _jail in ${bastille_list}; do
echo "Stopping Bastille Jail: ${_jail}"
echo "Stopping Bastille Container: ${_jail}"
${command} stop ${_jail}
done
}