1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/writefreely_ynh.git synced 2024-09-03 20:36:02 +02:00

deactivate arm check

This commit is contained in:
yalh76 2019-03-16 02:58:59 +01:00
parent 30d22707b1
commit 64cfdf97bc

View file

@ -70,15 +70,6 @@ path_url=$(ynh_normalize_url_path $path_url)
# Register (book) web path
ynh_webpath_register $app $domain $path_url
#=================================================
# MANAGE APPLICATION NOT COMPATIBLE WITH ARM
#=================================================
if [ $architecture = "arm" ]
then
ynh_die "WriteFreely not available on Arm"
fi
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================