From 0142350538eb136568ac8449984746e421dd5832 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Mon, 11 Jul 2022 20:54:22 +0200 Subject: [PATCH] Cleanup --- scripts/restore | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/restore b/scripts/restore index efc8ccd..5429da9 100755 --- a/scripts/restore +++ b/scripts/restore @@ -68,14 +68,6 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app: "$final_path" -# Set permissions to app files -mkdir -p "$final_path/live/log" -chown -R $app: "$final_path/live/log" -mkdir -p "$final_path/live/public" -chown -R $app: "$final_path/live/public" -mkdir -p "$final_path/live/tmp" -chown -R $app: "$final_path/live/tmp" - #================================================= # SPECIFIC RESTORATION #=================================================