We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a6577d + 62273c1 commit 17d2cc1Copy full SHA for 17d2cc1
root/app/duck.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/with-contenv bash
2
# shellcheck shell=bash
3
4
-if [ "${LOG_FILE}" = "true" ]; then
+if [ "${LOG_FILE,,}" = "true" ]; then
5
DUCK_LOG="/config/duck.log"
6
touch "${DUCK_LOG}"
7
touch /config/logrotate.status
0 commit comments