We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98c8b0 commit 64d6477Copy full SHA for 64d6477
1 file changed
root/etc/s6-overlay/s6-rc.d/init-kimai-config/run
@@ -37,7 +37,7 @@ if [[ ! -L /app/www/config/packages/local.yaml ]]; then
37
fi
38
39
# Clear cache on image upgade
40
-if [[ ! -f /tmp/dbwait.lock ]];then
+if [[ ! -f /dbwait.lock ]];then
41
rm -rf /config/www/var/cache/*
42
43
0 commit comments