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:
parent
30d22707b1
commit
64cfdf97bc
1 changed files with 0 additions and 9 deletions
|
@ -70,15 +70,6 @@ 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