mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-01 04:23:41 +00:00
Remove all .zulip-* files before creating the new version file
This commit is contained in:
@@ -304,6 +304,7 @@ if [ ! -e "$DATA_DIR/.zulip-$ZULIP_VERSION" ]; then
|
||||
echo "Zulip migration error."
|
||||
exit 1
|
||||
fi
|
||||
rm -rf "$DATA_DIR/.zulip-*"
|
||||
touch "$DATA_DIR/.zulip-$ZULIP_VERSION"
|
||||
echo "Zulip migration done."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user