Skip to content

Commit 61cd9e8

Browse files
Merge pull request #183 from stuartmaxwell/stuartmaxwell-patch-1
Update entrypoint.sh
2 parents cddf817 + d069b28 commit 61cd9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -euf -o pipefail
55

66
# Debugging
7-
echo `ls -al /tmp`
7+
#echo `ls -al /tmp`
88

99
BACKUP_PATH="/app/db" # This must match the path in the Dockerfile and backup.sh
1010
DB_PATH="${BACKUP_PATH}/${DB_NAME}.sqlite3"

0 commit comments

Comments
 (0)