diff --git a/scripts/upgrade b/scripts/upgrade index 7959b36..e9d0494 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -22,7 +22,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_secure_remove --file="/$install_dir/vendor" -ynh_setup_source --dest_dir="$install_dir" # --full_replace=1 --keep='.env' +ynh_setup_source --dest_dir="$install_dir" --keep='.env' #--full_replace=1 chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"