tuned messages;
authorwenzelm
Fri, 20 Dec 2019 15:21:25 +0100
changeset 71328 4642a81f5913
parent 71327 a89729bdde89
child 71329 2217c731d228
tuned messages;
src/Pure/Tools/phabricator.scala
--- a/src/Pure/Tools/phabricator.scala	Thu Dec 19 22:21:43 2019 +0100
+++ b/src/Pure/Tools/phabricator.scala	Fri Dec 20 15:21:25 2019 +0100
@@ -383,8 +383,9 @@
     command_setup(dump_name, body =
 """mkdir -p "$ROOT/database" && chown root:root "$ROOT/database" && chmod 700 "$ROOT/database"
 [ -e "$ROOT/database/dump.sql.gz" ] && mv -f "$ROOT/database/dump.sql.gz" "$ROOT/database/dump-old.sql.gz"
-echo "Creating $ROOT/database/dump.sql.gz"
-"$ROOT/phabricator/bin/storage" dump --compress --output "$ROOT/database/dump.sql.gz" 2>&1 | fgrep -v '[Warning] Using a password on the command line interface can be insecure' """)
+echo -n "Creating $ROOT/database/dump.sql.gz ..."
+"$ROOT/phabricator/bin/storage" dump --compress --output "$ROOT/database/dump.sql.gz" 2>&1 | fgrep -v '[Warning] Using a password on the command line interface can be insecure'
+echo " $(ls -hs "$ROOT/database/dump.sql.gz" | cut -d" " -f1)" """)
 
 
     /* Phabricator upgrade */
@@ -471,7 +472,7 @@
 
     Linux.service_restart("apache2")
 
-    progress.echo("\nWeb configuration via " + server_url)
+    progress.echo("\nFurther manual configuration via " + server_url)
 
 
     /* PHP daemon */