From 160ee7f59b97ebef314e59118d83aa802b94c89f Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 15 Oct 2019 20:56:24 +0100 Subject: [PATCH] Tweak details re Git diff data --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 2c55a15..f11cf74 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 'sudo php processes/system.php' as a background process (eg using 'nohup')"; + echo "To provide git diff data to ICEcoder, please run 'nohup php processes/system.php' to run as a background process"; };?>