Skip to content

Commit 84f6fb3

Browse files
author
風間わたる
authored
Update deploy.sh
1 parent 850ff8e commit 84f6fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/init/sysv/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ do_stop()
3434

3535
local services=$(ls "${CHROOT_DIR}/etc/rc6.d/" | grep '^K')
3636
if [ -n "${services}" ]; then
37-
msg ":: Starting ${COMPONENT}: "
37+
msg ":: Stopping ${COMPONENT}: "
3838
local item
3939
for item in ${services}
4040
do

0 commit comments

Comments
 (0)