Skip to content

Commit

Permalink
Merge pull request #18 from KazamaWataru/master
Browse files Browse the repository at this point in the history
:)
  • Loading branch information
meefik authored Oct 29, 2019
2 parents 850ff8e + 84f6fb3 commit b35ce0d
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 b35ce0d

Please sign in to comment.