mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 11:46:28 +00:00
Fix(scripts): Correct print_error function redirection
This commit is contained in:
@@ -39,7 +39,7 @@ print_warning() {
|
||||
}
|
||||
|
||||
print_error() {
|
||||
echo -e "\033[1;31m[ERROR]\033[0m $1 >&2
|
||||
echo -e "\033[1;31m[ERROR]\033[0m $1" >&2
|
||||
}
|
||||
|
||||
check_root() {
|
||||
|
||||
Reference in New Issue
Block a user