Skip to content

Commit

Permalink
👕 Ignore shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Sep 23, 2020
1 parent c1a83a4 commit fd207a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/rootfs/usr/bin/example1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ display_quote() {
quote=$(get_quote_offline)
fi

# shellcheck disable=SC2001
quote=$(sed 's/n()//g' <<< "${quote}" | xargs -0 echo | fmt -40)
timestamp=$(date +"%T")

Expand Down

0 comments on commit fd207a4

Please sign in to comment.