Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
風間わたる authored Oct 29, 2019
1 parent 850ff8e commit 84f6fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/init/sysv/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84f6fb3

Please sign in to comment.