diff deploy/any/prepare.sh @ 1605:18643ab36008 deploy

Fixes, doc updates
author Chris Cannam
date Thu, 24 Aug 2017 15:56:50 +0100
parents 83412a0a2389
children c6bee0e62957
line wrap: on
line diff
--- a/deploy/any/prepare.sh	Thu Aug 24 14:47:04 2017 +0100
+++ b/deploy/any/prepare.sh	Thu Aug 24 15:56:50 2017 +0100
@@ -46,7 +46,7 @@
 fi
 
 if [ ! -f "$rootdir/postgres-dumpall" ]; then
-    echo "ERROR: I expect to find a Postgres SQL multi-db dump file in $rootdir/postgres-dumpall"
+    echo "ERROR: I expect to find a Postgres SQL multi-db dump file in $rootdir/postgres-dumpall. Create an empty file there if you don't want to load a database."
     exit 2
 fi