mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[fix] upgrade: fix syntax.
This commit is contained in:
parent
2f0a7722c8
commit
40728d547d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ admin=$(ynh_app_setting_get "$app" admin)
|
|||
version=$(cat ../conf/upstream_version)
|
||||
|
||||
# Check CPU arch
|
||||
if [[ $arch != "x64" && $arch != "armv7l" ]], then
|
||||
if [[ $arch != "x64" && $arch != "armv7l" ]]; then
|
||||
ynh_die "$arch is not currently supported." 2
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue