Script fixes.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user