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-18 17:36:22 +01:00
parent 53becbd840
commit 7f36266e26
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -64,7 +64,7 @@ fi
# If architecture doesn't exist, create it
if [ -z "$architecture" ]; then
architecture="dpkg --print-architecture"
architecture=$(dpkg --print-architecture)
architecture=$(ynh_app_setting_get --app=$app --key=architecture)
fi