Update post-pve-install.sh

This commit is contained in:
CanbiZ 2025-07-21 13:31:06 +02:00
parent 2a3b9454e7
commit 48395202cc

View File

@ -44,6 +44,12 @@ msg_error() {
echo -e "${BFR} ${CROSS} ${RD}${msg}${CL}"
}
msg_custom() {
local msg="$1"
echo -e "${BFR} ${YW}${msg}${CL}"
}
start_routines() {
header_info