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

Arm detection

This commit is contained in:
yalh76 2019-03-16 03:04:43 +01:00
parent 64cfdf97bc
commit b2b5a86a91

View file

@ -70,6 +70,15 @@ 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
#=================================================