Revised nohup info

This commit is contained in:
Matt Pass
2019-10-15 22:56:59 +01:00
committed by GitHub
parent 9406a5e4a7
commit 0bdf33f731

View File

@@ -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";
};?></div>
<iframe name="contentFrame" id="content" src="editor.php" class="code" scrolling="no"></iframe>
</div>