From 7991753ab7c5c568768028fb77554db8ea149f17 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Mon, 15 Mar 2021 13:55:11 +0100 Subject: [PATCH] Checking licence format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Credits to: @numanturle Numan Türle --- bin/v-activate-vesta-license | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-activate-vesta-license b/bin/v-activate-vesta-license index 28a5bf161..8d9ebd20c 100755 --- a/bin/v-activate-vesta-license +++ b/bin/v-activate-vesta-license @@ -27,7 +27,7 @@ source $VESTA/conf/vesta.conf # Checking arg number check_args '2' "$#" 'MODULE LICENSE' - +is_user_format_valid "$license" "license" #----------------------------------------------------------# # Action #