From a4e4542a6d1351c2857b169f8621dd9a13a2e896 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Mon, 26 Jul 2021 16:41:04 +0300 Subject: [PATCH] Checking licence format --- bin/v-activate-vesta-license | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/v-activate-vesta-license b/bin/v-activate-vesta-license index 6d5c875ec..9c2967d9c 100755 --- a/bin/v-activate-vesta-license +++ b/bin/v-activate-vesta-license @@ -28,6 +28,7 @@ source $VESTA/conf/vesta.conf # Checking arg number check_args '2' "$#" 'MODULE LICENSE' +is_user_format_valid "$license" "license" #----------------------------------------------------------# # Action #