1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-30 09:07:19 +00:00

fixed missing fi in update.sh

This commit is contained in:
DerLinkman
2025-05-27 15:29:48 +02:00
parent 737fced7be
commit be8537d165

View File

@@ -360,7 +360,8 @@ if [ ! "$DEV" ]; then
if [ "${EXIT_COUNT}" -ge 1 ]; then
echo "Changes for the update Script, please run this script again, exiting!"
exit 2
fi
fi
if [ ! "$FORCE" ]; then