diff --git a/scripts/upgrade b/scripts/upgrade index 4f313ee..1b86097 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -40,11 +40,11 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep ="config/local.config.php view/smarty3" + ynh_setup_source --dest_dir="$install_dir" --keep ="config/local.config.php " #view/smarty3 ynh_setup_source --dest_dir="$install_dir/addon" --source_id="addons" fi -chmod -R 775 "$install_dir/view/smarty3" +#chmod -R 775 "$install_dir/view/smarty3" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"