This commit is contained in:
Kristo Copani 2024-11-28 21:29:07 +02:00
parent 620a2f12ee
commit a8332bad6f
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ source <(curl -s https://raw.githubusercontent.com/kristocopani/ProxmoxVE/build/
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info { function header_info {
clear clear
cat <<"EOF" cat <<"EOF"
________ __ ________ __
/_ __/ /_ ___ / / ____ __ ______ ____ ____ /_ __/ /_ ___ / / ____ __ ______ ____ ____
/ / / __ \/ _ \ / / / __ \/ / / / __ \/ __ `/ _ \ / / / __ \/ _ \ / / / __ \/ / / / __ \/ __ `/ _ \
@ -15,7 +15,7 @@ cat <<"EOF"
/_/ /_/ /_/\___/ /_____/\____/\__,_/_/ /_/\__, /\___/ /_/ /_/ /_/\___/ /_____/\____/\__,_/_/ /_/\__, /\___/
/____/ /____/
EOF EOF
} }
header_info header_info
echo -e "Loading..." echo -e "Loading..."

View File

@ -5,7 +5,7 @@
# License: MIT # License: MIT
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color color
verb_ip6 verb_ip6
catch_errors catch_errors