From b2c60efb480e96788f04414a27fc5e0b910f5840 Mon Sep 17 00:00:00 2001 From: Beringer Zsolt <51266806+zsolt-beringer@users.noreply.github.com> Date: Mon, 15 Feb 2021 23:25:46 +0100 Subject: [PATCH] Update Install.md mkdir flag `--parents` added for idempotency. --- doc/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Install.md b/doc/Install.md index 8d66425a83..6aa094ffce 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -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