diff --git a/example/rootfs/usr/bin/example1.sh b/example/rootfs/usr/bin/example1.sh index 224f7cd..b8f3b2e 100644 --- a/example/rootfs/usr/bin/example1.sh +++ b/example/rootfs/usr/bin/example1.sh @@ -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")