mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Cleanings
This commit is contained in:
parent
1b8354802b
commit
6e9cd8af83
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@ ynh_systemd_action --action="stop" --service_name="${app}-worker" --log_path="sy
|
|||
#=================================================
|
||||
# MOVE DATAS
|
||||
#=================================================
|
||||
|
||||
<<commentName test without this because outdated I think
|
||||
# If data_dir doesn't exist, create it
|
||||
if [ -z "$data_dir/" ]; then
|
||||
# Do a full backup before moving datas
|
||||
|
@ -81,6 +81,7 @@ if [ -z "$data_dir/" ]; then
|
|||
|
||||
upgrade_type="UPGRADE_APP"
|
||||
fi
|
||||
commentName
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
|
|
Loading…
Reference in a new issue