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

[mod] upgrade: remove useless CPU architecture check.

This commit is contained in:
Moul 2017-02-21 15:41:31 +01:00
parent cdf593c0b0
commit 4785db0549

View file

@ -15,11 +15,6 @@ 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
ynh_die "$arch is not supported." 2
fi
# Stop duniter daemon
sudo $app stop