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

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