Script fixes.

This commit is contained in:
2025-10-04 08:28:01 -07:00
parent 482cebc603
commit 748ae1a70b
6 changed files with 17 additions and 126 deletions

View File

@@ -54,9 +54,9 @@ print_info() {
print_warning() {
if [ "$1" = "-n" ]; then
echo -ne "${YELLOW}⚠️${NC} $2"
echo -ne "${YELLOW}⚠️ ${NC} $2"
else
echo -e "${YELLOW}⚠️${NC} $1"
echo -e "${YELLOW}⚠️ ${NC} $1"
fi
}