mirror of
https://github.com/YunoHost-Apps/mygpo_ynh.git
synced 2024-09-03 19:55:52 +02:00
fix linter
This commit is contained in:
parent
d909fb2acb
commit
2174ec96a8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ systemctl disable "$app-celery" --quiet
|
||||||
#=================================================
|
#=================================================
|
||||||
# ENSURE DOWNWARD COMPATIBILITY
|
# ENSURE DOWNWARD COMPATIBILITY
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Ensuring downward compatibility..." --time --weight=1
|
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
||||||
|
|
||||||
if [ -n "${data_path:-}" ]; then
|
if [ -n "${data_path:-}" ]; then
|
||||||
ynh_app_setting_delete --app="$app" --key=data_path
|
ynh_app_setting_delete --app="$app" --key=data_path
|
||||||
|
|
Loading…
Reference in a new issue