get the line responsible for recording the roundcube version out of the DISABLE_NEXTCLOUD check

because it's unrelated
This commit is contained in:
dkoao 2019-09-26 08:55:19 +00:00
parent d78a6b26a5
commit d30c4d615d
1 changed files with 2 additions and 2 deletions

View File

@ -79,10 +79,10 @@ if [ $needs_update == 1 ]; then
unzip -q /tmp/carddav.zip -d ${RCM_PLUGIN_DIR}
rm -f /tmp/carddav.zip
fi
# record the version we've installed
echo $UPDATE_KEY > ${RCM_DIR}/version
fi
fi
# ### Configuring Roundcube