change 'return 1' to 'exit 1'

This commit is contained in:
Nathaniel Mom 2022-11-06 23:12:14 +10:00
parent eb9d360c0a
commit df17e6b75e

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