We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71c3df0 + 7fd1320 commit f90017bCopy full SHA for f90017b
1 file changed
cache-clear
@@ -25,7 +25,12 @@ if [ "$1" = '-h' ]; then
25
usage
26
fi
27
28
+DIR="$( cd -P "$( dirname "$0" )"/.. >/dev/null 2>&1 && pwd )"
29
30
echo "## Clearing cache folders.";
-
31
bin/cake cache clear_all
32
+
33
+if [ -e "$DIR/tmp/debug_kit.sqlite" ]; then
34
+ echo "## Removing DebugKit SQLite file.";
35
+ rm $DIR/tmp/debug_kit.sqlite
36
+fi
0 commit comments