Fix key variable missing?

This commit is contained in:
Thomas 2023-11-14 15:09:10 +01:00 committed by GitHub
parent 889e0d8e6f
commit 3b55e46543
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ source /usr/share/yunohost/helpers
# LOAD SETTINGS # LOAD SETTINGS
#================================================= #=================================================
key=$(ynh_app_setting_get --app=$app --key=key --value=$key)
#================================================= #=================================================
# CHECK VERSION # CHECK VERSION
#================================================= #=================================================