Skip to content

Commit c98c8b0

Browse files
committed
Remove errant slash
1 parent 67c309c commit c98c8b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • root/etc/s6-overlay/s6-rc.d/init-kimai-config

root/etc/s6-overlay/s6-rc.d/init-kimai-config/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838

3939
# Clear cache on image upgade
4040
if [[ ! -f /tmp/dbwait.lock ]];then
41-
rm -rf /config//www/var/cache/*
41+
rm -rf /config/www/var/cache/*
4242
fi
4343

4444
DB_HOST=$(php -r 'echo parse_url(getenv("DATABASE_URL"), PHP_URL_HOST);')

0 commit comments

Comments
 (0)