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:
parent
cdf593c0b0
commit
4785db0549
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue