diff --git a/run-forever.sh b/run-forever.sh index ac8816f..99c4cdb 100755 --- a/run-forever.sh +++ b/run-forever.sh @@ -1,6 +1,6 @@ #!/bin/bash -while ./css +while ./scc do - echo 'css has quit! restarting in 1 second' + echo 'scc has quit! restarting in 1 second' done \ No newline at end of file