diff --git a/tools/pve/post-pve-install.sh b/tools/pve/post-pve-install.sh index f241aca1..b6c704f0 100644 --- a/tools/pve/post-pve-install.sh +++ b/tools/pve/post-pve-install.sh @@ -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