Skip to content

Commit be6f2db

Browse files
committed
Update message from Stopping to Restarting
resolves #24
1 parent 012f461 commit be6f2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.d/codedeploy-agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ stop() {
4141
}
4242

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

0 commit comments

Comments
 (0)