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: fix syntax.

This commit is contained in:
Moul 2016-07-23 15:04:07 +02:00
parent 2f0a7722c8
commit 40728d547d

View file

@ -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