Soshot/bin/cleanChromeCache.sh
2023-07-13 14:56:36 +02:00

7 lines
No EOL
127 B
Bash

#!/bin/bash
FILE=/var/www/cache/tmp/chrome-php-socket
if [ ! -f "$FILE" ]; then
cd /tmp/chrome_soshot
rm -R Default
fi