Skip to content

Commit

Permalink
FIX 372: On upgrade service is stopped twice
Browse files Browse the repository at this point in the history
  • Loading branch information
kardapoltsev committed Oct 8, 2014
1 parent 157f858 commit 1b19a77
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ startService() {
#
stopService() {
app_name=$1
service $app_name stop
if hash update-rc.d 2>/dev/null; then
echo "Removing $app_name from autostart using update-rc.d"
update-rc.d -f $app_name remove
Expand Down

0 comments on commit 1b19a77

Please sign in to comment.