1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-03 20:19:15 +00:00

fixed missing fi in update.sh

This commit is contained in:
DerLinkman
2025-05-27 15:29:48 +02:00
parent 73929db796
commit c503abfe40

View File

@@ -381,7 +381,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