mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
typo
This commit is contained in:
parent
6a650c4681
commit
fb05fb1af3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ ynh_print_info --message="Validating installation parameters..."
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
|
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 ]
|
if [ $warning -eq 0 ]
|
||||||
then
|
then
|
||||||
ynh_die --message="You haven't read the warning, Mobilizon won't be installed"
|
ynh_die --message="You haven't read the warning, Mobilizon won't be installed"
|
||||||
|
|
Loading…
Add table
Reference in a new issue