1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
yalh76 2019-08-05 21:24:09 +02:00
parent 6a650c4681
commit fb05fb1af3

View file

@ -46,7 +46,7 @@ ynh_print_info --message="Validating installation parameters..."
final_path=/var/www/$app
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
# Don't install Mobilizon i
# Don't install Mobilizon if warning not validated
if [ $warning -eq 0 ]
then
ynh_die --message="You haven't read the warning, Mobilizon won't be installed"