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