From f336f38ad505df8cf85cbe7ae9ce3c1d363a1ded Mon Sep 17 00:00:00 2001 From: Treer Date: Mon, 25 Apr 2016 22:09:15 +1000 Subject: improve error message in config and pconfig --- util/config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util/config') diff --git a/util/config b/util/config index 5113bd8ec..d4bcd5da1 100755 --- a/util/config +++ b/util/config @@ -3,6 +3,11 @@ // Red config utility +if(!file_exists('include/cli_startup.php')) { + echo 'Run config from the top level Hubzilla web directory, as util/config ' . PHP_EOL; + exit(1); +} + require_once('include/cli_startup.php'); cli_startup(); -- cgit v1.2.3