src/Pure/Tools/phabricator.scala
changeset 71116 aa1338a778c1
parent 71115 3199c08e6413
child 71122 730090397e0d
--- a/src/Pure/Tools/phabricator.scala	Thu Nov 14 11:36:14 2019 +0100
+++ b/src/Pure/Tools/phabricator.scala	Thu Nov 14 11:40:55 2019 +0100
@@ -205,12 +205,13 @@
       error("Failed to create root directory " + root_path)
     }
 
+    Isabelle_System.chown(Bash.string(www_user) + ":" + Bash.string(www_user), root_path)
+    Isabelle_System.chmod("755", root_path)
+
     progress.bash(cwd = root_path.file, echo = true,
       script = """
         set -e
-        chown """ + Bash.string(www_user) + ":" + Bash.string(www_user) + """ .
-        chmod 755 .
-
+        echo "Cloning distribution repositories"
         git clone https://github.com/phacility/libphutil.git
         git clone https://github.com/phacility/arcanist.git
         git clone https://github.com/phacility/phabricator.git