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 #=================================================