X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=clear-cache.sh;h=54edf120de626c627ec85a98d918fa8edea301b9;hp=fa6ee8d4c0bb3e491a1b1083ac2eeb9f61619789;hb=6c3818520d6154bcfa00024102d66cbb6a322c40;hpb=201e04c759fa1d4a8f6e1992e33e533bec3b0878 diff --git a/clear-cache.sh b/clear-cache.sh index fa6ee8d..54edf12 100755 --- a/clear-cache.sh +++ b/clear-cache.sh @@ -1,6 +1,6 @@ #!/bin/sh echo "$0: Cleaning up..." -rm -f templates/images/_cache/*.png application/ship-simu/templates/images/_cache/*.png +rm -f templates/images/_cache/*.png application/*/templates/images/_cache/*.png echo "$0: All done."