Browse Source

Missing /func/main.sh that contains the check_hestia_demo_mode

Jaap Marcus 5 years ago
parent
commit
f45c075b11
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bin/v-generate-api-key

+ 2 - 0
bin/v-generate-api-key

@@ -12,6 +12,8 @@
 #                    Variable&Function                     #
 #                    Variable&Function                     #
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 
 
+source $HESTIA/func/main.sh
+
 keygen() {
 keygen() {
     < /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo;
     < /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo;
 }
 }