mirror of
https://github.com/shenmintao/aic8800d80.git
synced 2026-09-26 17:44:16 +00:00
Corrects minor spelling mistakes and script structure
This commit is contained in:
+6
-6
@@ -21,18 +21,18 @@ print_info() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
print_success() {
|
print_success() {
|
||||||
echo -e "${GREEN}[SUCESSO]${NC} $1"
|
echo -e "${GREEN}[SUCCESS]${NC} $1"
|
||||||
echo "[SUCESSO] $1" >> "$LOG_FILE"
|
echo "[SUCCESS] $1" >> "$LOG_FILE"
|
||||||
}
|
}
|
||||||
|
|
||||||
print_warning() {
|
print_warning() {
|
||||||
echo -e "${YELLOW}[AVISO]${NC} $1"
|
echo -e "${YELLOW}[WARNING]${NC} $1"
|
||||||
echo "[AVISO] $1" >> "$LOG_FILE"
|
echo "[WARNING] $1" >> "$LOG_FILE"
|
||||||
}
|
}
|
||||||
|
|
||||||
print_error() {
|
print_error() {
|
||||||
echo -e "${RED}[ERRO]${NC} $1"
|
echo -e "${RED}[ERROR]${NC} $1"
|
||||||
echo "[ERRO] $1" >> "$LOG_FILE"
|
echo "[ERROR] $1" >> "$LOG_FILE"
|
||||||
}
|
}
|
||||||
|
|
||||||
print_step() {
|
print_step() {
|
||||||
|
|||||||
Reference in New Issue
Block a user