some error message grammar corrections

This commit is contained in:
Ja.KooLit
2024-05-02 00:00:36 +09:00
parent 2c69ef4342
commit 0dec7b3ef2
10 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_bluetooth.log"
printf "${NOTE} Installing Bluetooth Packages...\n"
for BLUE in "${blue[@]}"; do
install_package "$BLUE" 2>&1 | tee -a "$LOG"
[ $? -ne 0 ] && { echo -e "\e[1A\e[K${ERROR} - $BLUE install had failed, please check the install.log"; exit 1; }
[ $? -ne 0 ] && { echo -e "\e[1A\e[K${ERROR} - $BLUE Package installation failed, Please check the installation logs"; exit 1; }
done
printf " Activating Bluetooth Services...\n"