mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-31 13:00:16 +00:00
cleanup
This commit is contained in:
parent
620a2f12ee
commit
a8332bad6f
@ -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..."
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user