From c59cd172652920e2d3b74d30e9b0c48b807f20ed Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 15 Oct 2019 23:00:20 +0100 Subject: [PATCH] Further revising nohup info --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 31b94ef..c9a126e 100644 --- a/index.php +++ b/index.php @@ -329,7 +329,7 @@ $t = $text['index']; if (file_exists($docRoot.$ICEcoderDir."/data/git-diff.php")) { echo "Looking for git status..."; } else { - echo "To provide git diff data to ICEcoder, please run '\n\nsudo nohup php processes/system.php > data/nohup.log 2>&1\n\n to run as a background process"; + echo "To provide git diff data to ICEcoder, please run...

sudo nohup php processes/system.php > data/nohup.log 2>&1 &

...to run as a background process"; };?>