From 677af84662fecaa8a5ee3eec11332dd352b2d161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 29 Nov 2021 16:42:37 +0100 Subject: [PATCH] Update scripts/install Co-authored-by: Alexandre Aubin --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5a0c1c9..635e470 100755 --- a/scripts/install +++ b/scripts/install @@ -40,7 +40,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde # Register (book) web path ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url -if [[ "$architecture" -ne "amd64" ]] +if [[ "$architecture" != "amd64" ]] then ynh_die --message="Your processor architecture is not supported" fi