We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012f461 commit be6f2dbCopy full SHA for be6f2db
init.d/codedeploy-agent
@@ -41,7 +41,7 @@ stop() {
41
}
42
43
restart() {
44
- echo -n $"Stopping $prog:"
+ echo -n $"Restarting $prog:"
45
cd $AGENT_ROOT
46
nohup $BIN restart >/dev/null </dev/null 2>&1 # Try to restart the server
47
exit $?
0 commit comments