Skip to content

Fix failure to clean old cache

Carl Vuosalo requested to merge fix-cache-cleaning into master

Issue FTAPPDEVEL-194 describes a bug where old caches were not always cleaned up because the deletion command did not always go into the background. This merge request makes a small change to fn-local-squid.sh.proto to ensure that the deletion command successfully goes into the background.

Merge request reports