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