1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/listmonk_ynh.git synced 2024-09-03 19:36:15 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-02-16 10:57:07 +01:00
parent c1067ce944
commit e60700e268

View file

@ -44,12 +44,6 @@ then
ynh_die --message="Sorry, because of NodeJS framework, this app can't be installed on i386 (32 bits) or armel machine."
fi
# Check machine architecture (in particular, we don't support ARM and 32bit machines)
#if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armel" ] || [ $YNH_ARCH == "armhf" ] || [ $YNH_ARCH == "arm64" ]
#then
# ynh_die --message="Sorry, but this app can only be installed on a x86, 64 bits machine :("
#fi
final_path=/var/www/$app
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"