From da247707e11cfd322ce141a60b6569ed872a4d41 Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Mon, 30 Dec 2019 07:19:29 +0100 Subject: [PATCH] Fixed merge conflict --- setup/webmail.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 92bd13b5..b38627fe 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -52,15 +52,10 @@ elif [[ "$UPDATE_KEY" != `cat /usr/local/lib/roundcubemail/version` ]]; then fi if [ $needs_update == 1 ]; then # if upgrading from 1.3.x, clear the temp_dir -<<<<<<< HEAD - if [ "$(cat /usr/local/lib/roundcubemail/version | cut -c1-3)" == '1.3' ]; then - find /var/tmp/roundcubemail/ -type f ! -name 'RCMTEMP*' -delete -======= if [ -f /usr/local/lib/roundcubemail/version ]; then if [ "$(cat /usr/local/lib/roundcubemail/version | cut -c1-3)" == '1.3' ]; then find /var/tmp/roundcubemail/ -type f ! -name 'RCMTEMP*' -delete fi ->>>>>>> upstream/master fi # install roundcube