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)

This commit is contained in:
Joshua Tauberer 2014-08-25 08:10:54 -04:00
parent 28231ac248
commit e0dc8ff04a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ done
# Remove obsoleted scripts.
# exchange-autodiscover is now handled by Z-Push.
for f in exchange-autodiscover; do
rm /usr/local/bin/mailinabox-$f.php
rm -f /usr/local/bin/mailinabox-$f.php
done
# Make some space for users to customize their webfinger responses.