mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
App can't be installed on arm
This commit is contained in:
parent
0f2f161946
commit
062cc7231a
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ ynh_script_progression --message="Validating installation parameters..."
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
|
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
|
||||||
|
|
||||||
|
if dpkg-architecture --is armhf
|
||||||
|
then
|
||||||
|
ynh_die --message="Sorry, this app can not be installed on an ARM architecture"
|
||||||
|
fi
|
||||||
|
|
||||||
# Register (book) web path
|
# Register (book) web path
|
||||||
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
|
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue