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:
parent
64cfdf97bc
commit
b2b5a86a91
1 changed files with 9 additions and 0 deletions
|
@ -70,6 +70,15 @@ path_url=$(ynh_normalize_url_path $path_url)
|
||||||
# Register (book) web path
|
# Register (book) web path
|
||||||
ynh_webpath_register $app $domain $path_url
|
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
|
# STORE SETTINGS FROM MANIFEST
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue