]> git.mxchange.org Git - friendica.git/commitdiff
Update Install.md
authorBeringer Zsolt <51266806+zsolt-beringer@users.noreply.github.com>
Mon, 15 Feb 2021 22:25:46 +0000 (23:25 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 22:25:46 +0000 (23:25 +0100)
mkdir flag `--parents` added for idempotency.

doc/Install.md

index 8d66425a837f5cbcb92aae32920e604ffb9b0065..6aa094ffce74753b2960af23969072a81bdb96d0 100644 (file)
@@ -79,7 +79,7 @@ The Linux commands to clone the repository into a directory "mywebsite" would be
 
 Make sure the folder *view/smarty3* exists and is writable by the webserver user, in this case *www-data*
 
-    mkdir view/smarty3
+    mkdir -p view/smarty3
     chown www-data:www-data view/smarty3
     chmod 775 view/smarty3