Skip to content

Commit

Permalink
fix: quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
chornberger-c2c committed May 8, 2023
1 parent 437c83a commit 1637a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.d/kino.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EOF
}

fortunex() {
if [ ! /usr/games/fortune -s | /usr/games/cowsay -s -f "$(shuf -n 1 -e "$(/usr/games/cowsay -l)")" ]; then
if [ ! "$(/usr/games/fortune -s | /usr/games/cowsay -s -f "$(shuf -n 1 -e "$(/usr/games/cowsay -l)")")" ]; then
fortunex
fi
}
Expand Down

0 comments on commit 1637a7b

Please sign in to comment.