We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 850ff8e + 84f6fb3 commit b35ce0dCopy full SHA for b35ce0d
include/init/sysv/deploy.sh
@@ -34,7 +34,7 @@ do_stop()
34
35
local services=$(ls "${CHROOT_DIR}/etc/rc6.d/" | grep '^K')
36
if [ -n "${services}" ]; then
37
- msg ":: Starting ${COMPONENT}: "
+ msg ":: Stopping ${COMPONENT}: "
38
local item
39
for item in ${services}
40
do
0 commit comments