From e0dc8ff04a4fe9200b1980a1ec536faf977108c8 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 25 Aug 2014 08:10:54 -0400 Subject: [PATCH] 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) --- setup/web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/web.sh b/setup/web.sh index 9d00a76..be89711 100755 --- a/setup/web.sh +++ b/setup/web.sh @@ -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.