Skip to content

Commit d9f9d56

Browse files
authored
Merge pull request hestiacp#1483 from hestiacp/fix/2020-12-bug-missing-main.sh
Missing /func/main.sh that contains the check_hestia_demo_mode
2 parents 8c37526 + f45c075 commit d9f9d56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/v-generate-api-key

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# Variable&Function #
1313
#----------------------------------------------------------#
1414

15+
source $HESTIA/func/main.sh
16+
1517
keygen() {
1618
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo;
1719
}

0 commit comments

Comments
 (0)