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 67c309c commit c98c8b0Copy full SHA for c98c8b0
1 file changed
root/etc/s6-overlay/s6-rc.d/init-kimai-config/run
@@ -38,7 +38,7 @@ fi
38
39
# Clear cache on image upgade
40
if [[ ! -f /tmp/dbwait.lock ]];then
41
- rm -rf /config//www/var/cache/*
+ rm -rf /config/www/var/cache/*
42
fi
43
44
DB_HOST=$(php -r 'echo parse_url(getenv("DATABASE_URL"), PHP_URL_HOST);')
0 commit comments