Skip to content

Commit

Permalink
Fixed possibly not executing crontab due to syntax error (double quot…
Browse files Browse the repository at this point in the history
…e remained from docker environment variables)
  • Loading branch information
blackandred committed Jul 30, 2019
1 parent a2db71f commit 6cfb85e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
@@ -1,5 +1,7 @@
#!/bin/bash

CHECK_INTERVAL=$(echo ${CHECK_INTERVAL} | sed "s/\"//g")

get_common_args () {
echo " --directory=/data --db-path=/database/db.sqlite3 "
}
Expand Down

0 comments on commit 6cfb85e

Please sign in to comment.