1
0
의 미러 https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-01 21:27:22 +02:00

Fixed merge conflict

This commit is contained in:
Michael Kroes
2019-12-30 07:19:29 +01:00
부모 4908c59430
커밋 da247707e1

파일 보기

@@ -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