From 0bdf33f731140066fb090a959bf861b0583e2a13 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 15 Oct 2019 22:56:59 +0100 Subject: [PATCH] Revised nohup info --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index f11cf74..31b94ef 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 'nohup php processes/system.php' to run as a background process"; + 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"; };?>