We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850ff8e commit 84f6fb3Copy full SHA for 84f6fb3
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