diff --git a/scripts/install b/scripts/install index 45675cc..e46e16d 100755 --- a/scripts/install +++ b/scripts/install @@ -40,7 +40,7 @@ if [[ -z "$datadir" ]]; then datadir=/home/$ssh_user fi -if ! _acceptable_path_to_delete "$datadir"; then +if _acceptable_path_to_delete "$datadir"; then ynh_die --message="This path can't be used as home dir for the ssh_user" fi