1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00

Merge pull request #4848 from nathanielmom/compose-fix

change 'return 1' to 'exit 1'
This commit is contained in:
Niklas Meyer 2022-11-23 15:29:38 +01:00 committed by GitHub
commit 05b897f43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ echo -e "\e[32mTrying to determine GLIBC version...\e[0m"
exit 0
else
echo -e "\e[33mWARNING: $COMPOSE_PATH is not writable, but new version $LATEST_COMPOSE is available (installed: $COMPOSE_VERSION)\e[0m"
return 1
exit 1
fi
fi
else