1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyseerr_ynh.git synced 2024-09-03 19:26:18 +02:00

Merge pull request #14 from YunoHost-Apps/testing

Reorganise upgrade
This commit is contained in:
Thomas 2024-03-22 17:52:11 +01:00 committed by GitHub
commit 3cb6bf846e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,22 +37,9 @@ ynh_npm install --global yarn
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_script_progression --message="Setting up source files..." --weight=1
if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading source files..."
# Move old app dir
mv ${install_dir} ${install_dir}.old
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
# restore data
cp -a ${install_dir}.old/config ${install_dir}
# delete temp directory
ynh_secure_remove --file=${install_dir}.old
fi
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"