Skip to content

Commit

Permalink
Fixing debian package installation/deinstallation, when service
Browse files Browse the repository at this point in the history
start/stop fails
  • Loading branch information
muuki88 committed Nov 3, 2013
1 parent 58910bb commit 51fe27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
initctl reload-configuration
service ${{app_name}} start
service ${{app_name}} start || echo "${{app_name}} could not be started. Try manually with service ${{app_name}} start"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
service ${{app_name}} stop
service ${{app_name}} stop || echo "${{app_name}} wasn't even running!"

0 comments on commit 51fe27a

Please sign in to comment.