From fb05fb1af357f6aa7bf4aea3a6ece94b02cce6a8 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 5 Aug 2019 21:24:09 +0200 Subject: [PATCH] typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d159e38..e612484 100644 --- a/scripts/install +++ b/scripts/install @@ -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"