Skip to content

Commit d069b28

Browse files
Update entrypoint.sh
1 parent cddf817 commit d069b28

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)