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 f13d1c0 commit 8a797b6Copy full SHA for 8a797b6
codeigniter-4.3/_benchmark/clear-cache.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
# clear cache
3
-sudo rm -rf writable/cache/*
+rm -rf writable/cache/*
4
echo -e "done"
0 commit comments