mirror of
https://github.com/YunoHost-Apps/dont-code_ynh.git
synced 2024-09-03 18:26:34 +02:00
fix upgrade
This commit is contained in:
parent
99c115d00a
commit
45a5a1ecf8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ done
|
|||
#=================================================
|
||||
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
||||
|
||||
if [[ -n "$document_path" ]]; then
|
||||
if [[ -n "${document_path:-}" ]]; then
|
||||
# Renamed setting key
|
||||
document_dir="$document_path"
|
||||
ynh_app_setting_delete --app="$app" --key=document_path
|
||||
|
|
Loading…
Reference in a new issue