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-19 09:49:57 +01:00
parent 7f36266e26
commit 0176173540
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=$YNH_ARCH
architecture=$(ynh_app_setting_get --app=$app --key=architecture)
fi