1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-11-16 20:38:12 +01:00
parent 705864fdc6
commit 28fd01820d

View file

@ -62,7 +62,7 @@ then
ynh_exec_warn_less yunohost firewall disallow TCP $port
fi
# If final_path doesn't exist, create it
# If architecture doesn't exist, create it
if [ -z "$architecture" ]; then
architecture="dpkg --print-architecture"
architecture=$(ynh_app_setting_get --app=$app --key=architecture)