1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/luckysheet_ynh.git synced 2024-09-03 19:36:21 +02:00

fix upgrade

This commit is contained in:
yalh76 2022-06-23 02:00:22 +02:00
parent c51111fd99
commit 485475545d

View file

@ -67,6 +67,11 @@ ynh_app_setting_delete --app=$app --key=port
ynh_remove_systemd_config ynh_remove_systemd_config
if [[ -d "$final_path/src/" ]]
then
mv $final_path/src/ $final_path/live/
fi
#================================================= #=================================================
# CREATE DEDICATED USER # CREATE DEDICATED USER
#================================================= #=================================================