Update default.inc

This commit is contained in:
2019-01-05 14:58:50 -06:00
parent c69eb91c96
commit fab42dffba

View File

@@ -10,4 +10,8 @@ do_with_root() {
echo -e "${BOrange}Please run this script as root.${Color_Off}"
exit 1
fi
}
EXIT1() {
clear
exit 0
}