Skip to content

Commit

Permalink
Update haos_vm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tteck authored Aug 25, 2022
1 parent 71c0880 commit 0a6820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/haos_vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function cleanup() {
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
if [ `pveversion | grep "pve-manager/7" | wc -l` -eq 1 ]; then
echo -e "\n🚨 ${RD}This script is for Proxmox Virtual Environment 6.xx${CL}\n"
echo -e "\n🚨 ${RD} This script is for Proxmox Virtual Environment 6.xx${CL}\n"
echo "Exiting..."
sleep 3
exit
Expand Down

0 comments on commit 0a6820f

Please sign in to comment.