1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/listmonk_ynh.git synced 2024-09-03 19:36:15 +02:00
This commit is contained in:
navanchauhan 2022-08-01 15:02:21 -04:00
parent e87d5445c7
commit cebc1fc483

View file

@ -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