Skip to content

Commit b35ce0d

Browse files
authoredOct 29, 2019
Merge pull request #18 from KazamaWataru/master
:)
2 parents 850ff8e + 84f6fb3 commit b35ce0d

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)
Please sign in to comment.