Skip to content
Snippets Groups Projects
Commit 4e9093ac authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't touch this

parent 4bb99361
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ function remove_radicale {
if [ -d /var/www/radicale ]; then
rm -rf /var/www/radicale
fi
if [ -f touch /var/log/radicale/radicale.log ]; then
if [ -f /var/log/radicale/radicale.log ]; then
rm -rf /var/log/radicale
fi
if [ -d /var/log/radicale ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment