From d30c4d615db42fbac4a99ff1d5bb59740c850857 Mon Sep 17 00:00:00 2001 From: dkoao Date: Thu, 26 Sep 2019 08:55:19 +0000 Subject: [PATCH] get the line responsible for recording the roundcube version out of the DISABLE_NEXTCLOUD check because it's unrelated --- setup/webmail.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 251b6eb5..749deaaf 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -79,9 +79,9 @@ if [ $needs_update == 1 ]; then unzip -q /tmp/carddav.zip -d ${RCM_PLUGIN_DIR} rm -f /tmp/carddav.zip - # record the version we've installed - echo $UPDATE_KEY > ${RCM_DIR}/version fi + # record the version we've installed + echo $UPDATE_KEY > ${RCM_DIR}/version fi # ### Configuring Roundcube