1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

[fix] upgrade: variable wasn't retrieved.

This commit is contained in:
Moul 2017-02-21 11:54:48 +01:00
parent 71208bea10
commit 07fa4fab81

View file

@ -14,6 +14,7 @@ path=$(ynh_app_setting_get "$app" path)
port=$(ynh_app_setting_get "$app" port)
arch=$(ynh_app_setting_get "$app" arch)
admin=$(ynh_app_setting_get "$app" admin)
is_cesium_public=$(ynh_app_setting_get "$app" is_cesium_public)
# Check CPU arch
if [[ $arch != "x64" && $arch != "armv7l" ]]; then