diff --git a/include/init/sysv/deploy.sh b/include/init/sysv/deploy.sh index 14d4c8b..63b2781 100644 --- a/include/init/sysv/deploy.sh +++ b/include/init/sysv/deploy.sh @@ -34,7 +34,7 @@ do_stop() local services=$(ls "${CHROOT_DIR}/etc/rc6.d/" | grep '^K') if [ -n "${services}" ]; then - msg ":: Starting ${COMPONENT}: " + msg ":: Stopping ${COMPONENT}: " local item for item in ${services} do