Skip to content

Commit

Permalink
chore(initrd): ignore shellcheck SC2094 in initrd/init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrilleratplay committed Oct 26, 2020
1 parent 6bfc22e commit cbbf253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions initrd/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export GPG_TTY=/dev/console
# Setup recovery serial shell
if [ -n "$CONFIG_BOOT_RECOVERY_SERIAL" ]; then
stty -F "$CONFIG_BOOT_RECOVERY_SERIAL" 115200
# shellcheck disable=SC2094
pause_recovery 'Console recovery shell' \
< "$CONFIG_BOOT_RECOVERY_SERIAL" \
> "$CONFIG_BOOT_RECOVERY_SERIAL" 2>&1 &
Expand Down

0 comments on commit cbbf253

Please sign in to comment.