Skip to content

Commit

Permalink
Update message from Stopping to Restarting
Browse files Browse the repository at this point in the history
resolves #24
  • Loading branch information
jdrago999 committed Aug 28, 2015
1 parent 012f461 commit be6f2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.d/codedeploy-agent
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stop() {
}

restart() {
echo -n $"Stopping $prog:"
echo -n $"Restarting $prog:"
cd $AGENT_ROOT
nohup $BIN restart >/dev/null </dev/null 2>&1 # Try to restart the server
exit $?
Expand Down

0 comments on commit be6f2db

Please sign in to comment.