From ed8b7afe6116a5a18bb1a8dca6fad9e72477f032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:16:51 +0200 Subject: [PATCH] clear --- scripts/install | 5 ----- scripts/upgrade | 5 ----- 2 files changed, 10 deletions(-) diff --git a/scripts/install b/scripts/install index d9d5731..cea20a8 100755 --- a/scripts/install +++ b/scripts/install @@ -76,11 +76,6 @@ pushd "$install_dir" "php$phpversion" artisan config:cache -n popd -chmod 750 "$install_dir" -chmod 750 "$install_dir/bootstrap/cache" -chmod -R o-rwx "$install_dir" -chown -R "$app:www-data" "$install_dir" - #================================================= # END OF SCRIPT #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index ffbbfe4..74fed19 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -73,11 +73,6 @@ pushd "$install_dir" "php$phpversion" artisan view:clear popd -chmod 750 "$install_dir" -chmod 750 "$install_dir/bootstrap/cache" -chmod -R o-rwx "$install_dir" -chown -R "$app:www-data" "$install_dir" - #================================================= # END OF SCRIPT #=================================================