Soshot/bin/cleanChromeCache.sh

7 lines
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