Commit e0dc8ff0 authored by Joshua Tauberer's avatar Joshua Tauberer

when deleting my old /usr/local/bin/mailinabox-exchange-autodiscover.php file...

when deleting my old /usr/local/bin/mailinabox-exchange-autodiscover.php file from existing systems, don't emit an error if the file doesn't exist (added -f)
parent 28231ac2
...@@ -48,7 +48,7 @@ done ...@@ -48,7 +48,7 @@ done
# Remove obsoleted scripts. # Remove obsoleted scripts.
# exchange-autodiscover is now handled by Z-Push. # exchange-autodiscover is now handled by Z-Push.
for f in exchange-autodiscover; do for f in exchange-autodiscover; do
rm /usr/local/bin/mailinabox-$f.php rm -f /usr/local/bin/mailinabox-$f.php
done done
# Make some space for users to customize their webfinger responses. # Make some space for users to customize their webfinger responses.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment