mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
get the line responsible for recording the roundcube version out of the DISABLE_NEXTCLOUD check
because it's unrelated
This commit is contained in:
parent
d78a6b26a5
commit
d30c4d615d
@ -79,9 +79,9 @@ if [ $needs_update == 1 ]; then
|
|||||||
unzip -q /tmp/carddav.zip -d ${RCM_PLUGIN_DIR}
|
unzip -q /tmp/carddav.zip -d ${RCM_PLUGIN_DIR}
|
||||||
rm -f /tmp/carddav.zip
|
rm -f /tmp/carddav.zip
|
||||||
|
|
||||||
|
fi
|
||||||
# record the version we've installed
|
# record the version we've installed
|
||||||
echo $UPDATE_KEY > ${RCM_DIR}/version
|
echo $UPDATE_KEY > ${RCM_DIR}/version
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ### Configuring Roundcube
|
# ### Configuring Roundcube
|
||||||
|
Loading…
Reference in New Issue
Block a user