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

Update upgrade

This commit is contained in:
yalh76 2022-05-30 14:41:52 +02:00
parent 7709e0710e
commit 694dfbd088

View file

@ -25,6 +25,7 @@ datadir=$(ynh_app_setting_get --app=$app --key=datadir)
#=================================================
# CHECK VERSION
#=================================================
ynh_script_progression --message="Checking version..."
upgrade_type=$(ynh_check_app_version_changed)
@ -57,8 +58,6 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app
#=================================================
ynh_script_progression --message="Ensuring downward compatibility..."
ynh_delete_file_checksum --file="$final_path/.env"
#=================================================
# CREATE DEDICATED USER
#=================================================