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 5e79435 commit ba4e597Copy full SHA for ba4e597
init_benchmark.sh
@@ -1,14 +1,14 @@
1
#!/usr/bin/env bash
2
3
function clearCacheAndLogs() {
4
- sudo rm -rf app/cache/*
+ sudo /bin/rm -rf app/cache/*
5
[ "$?" != "0" ] && exit 1
6
- sudo chmod -R 777 app/cache
+ sudo /bin/chmod -R 777 app/cache
7
8
9
- sudo rm -rf app/logs/*
+ sudo /bin/rm -rf app/logs/*
10
11
- sudo chmod -R 777 app/logs
+ sudo /bin/chmod -R 777 app/logs
12
13
}
14
0 commit comments