Update post-pve-install.sh
This commit is contained in:
parent
2a3b9454e7
commit
48395202cc
@ -44,6 +44,12 @@ msg_error() {
|
|||||||
echo -e "${BFR} ${CROSS} ${RD}${msg}${CL}"
|
echo -e "${BFR} ${CROSS} ${RD}${msg}${CL}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
msg_custom() {
|
||||||
|
local msg="$1"
|
||||||
|
echo -e "${BFR} ${YW}⚠ ${msg}${CL}"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
start_routines() {
|
start_routines() {
|
||||||
header_info
|
header_info
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user