Changed status symbol

This commit is contained in:
oddlama 2021-05-30 02:54:38 +02:00
parent 5288f58b72
commit d75128a0f1
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ function elog() {
} }
function einfo() { function einfo() {
echo "[+] $*" echo "[*] $*"
} }
function ewarn() { function ewarn() {
echo "[+] $*" >&2 echo "[!] $*" >&2
} }
function eerror() { function eerror() {