fix typo in bash scripts

This commit is contained in:
Alireza Ahmadi
2024-11-17 14:46:01 +01:00
parent 8b663df1ee
commit 0101e342a0
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ stop() {
if [[ $? == 1 ]]; then
LOGI "${1} stopped successfully"
else
LOGE "Falied to stop ${1}, Probably because the stop time exceeds two seconds, Please check the log information later"
LOGE "Failed to stop ${1}, Probably because the stop time exceeds two seconds, Please check the log information later"
fi
fi