Skip to content

Commit

Permalink
Fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed May 19, 2024
1 parent 13c20c3 commit 323c4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ kernel_reboot() {
}
trap restore_cursor EXIT
for sec in {5..1}; do
tput civis ; echo -ne "${blue}==>${color_off}${bold} "$(eval_gettext "Rebooting in ${sec}...\r")"${color_off}"
tput civis ; echo -ne "${blue}==>${color_off}${bold} $(eval_gettext "Rebooting in ${sec}...\r")${color_off}"
sleep 1
done

Expand Down

0 comments on commit 323c4dc

Please sign in to comment.