diff --git a/scripts/install_pve.sh b/scripts/install_pve.sh index e3e2f33..8f09b3b 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -4,7 +4,7 @@ # 2023.07.31 -# cd /root >/dev/null 2>&1 +cd /root >/dev/null 2>&1 _red() { echo -e "\033[31m\033[01m$@\033[0m"; } _green() { echo -e "\033[32m\033[01m$@\033[0m"; } _yellow() { echo -e "\033[33m\033[01m$@\033[0m"; }