diff --git a/scripts/_common.sh b/scripts/_common.sh index a3728d2..64ec3fc 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -28,7 +28,7 @@ detect_arch(){ else architecture="unknown" fi - echo $architecture + ynh_die --message="The script can't identify a valid architecture. Please report this error." } # custom function to change bash bool 0/1 to false/true