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 -1
View File
@@ -79,9 +79,9 @@ 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