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:
parent
c51111fd99
commit
485475545d
1 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,11 @@ ynh_app_setting_delete --app=$app --key=port
|
|||
|
||||
ynh_remove_systemd_config
|
||||
|
||||
if [[ -d "$final_path/src/" ]]
|
||||
then
|
||||
mv $final_path/src/ $final_path/live/
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# CREATE DEDICATED USER
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue