Soshot/bin/cleanChromeCache.sh

7 lines
127 B
Bash
Raw Permalink Normal View History

2023-07-13 14:56:36 +02:00
#!/bin/bash
FILE=/var/www/cache/tmp/chrome-php-socket
if [ ! -f "$FILE" ]; then
cd /tmp/chrome_soshot
rm -R Default
fi