We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80d13c commit 88072ecCopy full SHA for 88072ec
docker/scripts/celery-beat.sh
@@ -1,13 +1,13 @@
1
#!/bin/sh
2
3
-# shellcheck disable=SC2039
+# shellcheck disable=SC3010
4
if [[ $ENVIRONMENT == "PRODUCTION" ]]; then
5
LOGLEVEL="CRITICAL"
6
else
7
LOGLEVEL="DEBUG"
8
fi
9
10
-echo "Creating Log File"
+echo "Preparing Log File"
11
if [ ! -f /var/log/celery-beat/info.log ]; then
12
touch /var/log/celery-beat/info.log
13
docker/scripts/celery.sh
@@ -1,12 +1,13 @@
+
if [ ! -f /var/log/celery/info.log ]; then
touch /var/log/celery/info.log
0 commit comments