diff --git a/scripts/install b/scripts/install index 0806fe0..23a8af3 100755 --- a/scripts/install +++ b/scripts/install @@ -38,7 +38,7 @@ ynh_app_setting_set --app=$app --key=copyright_text --value=$copyright_text ynh_script_progression --message="Setting up source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir" --source_id=$YNH_ARCH +ynh_setup_source --dest_dir="$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" diff --git a/scripts/upgrade b/scripts/upgrade index a27c6c3..2a2ac77 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -74,7 +74,7 @@ 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" --source_id=$YNH_ARCH --keep="config.json" + ynh_setup_source --dest_dir="$install_dir" --keep="config.json" fi chmod -R o-rwx "$install_dir"