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:
parent
7f36266e26
commit
0176173540
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue