mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
fix
This commit is contained in:
parent
e87d5445c7
commit
cebc1fc483
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
ynh_script_progression --message="Validating installation parameters..." --weight=1
|
ynh_script_progression --message="Validating installation parameters..." --weight=1
|
||||||
|
|
||||||
# Check machine architecture (in particular, we don't support 32bit machines)
|
# Check machine architecture (in particular, we don't support 32bit machines)
|
||||||
if [ $architecture == "i386" ] || [ $YNH_ARCH == "armel" ]
|
if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armel" ]
|
||||||
then
|
then
|
||||||
ynh_die --message="Sorry, because of NodeJS framework, this app can't be installed on i386 (32 bits) or armel machine."
|
ynh_die --message="Sorry, because of NodeJS framework, this app can't be installed on i386 (32 bits) or armel machine."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue