1
0
Fork 0
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:
Salamandar 2024-01-05 17:43:17 +01:00
parent 99c115d00a
commit 45a5a1ecf8

View file

@ -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