Switch entrypoint shell from sh to bash (#141)

This commit is contained in:
Marijan Smetko 2023-02-28 20:55:16 +01:00 committed by GitHub
parent 262b6d3a00
commit b367c80477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/sh +x
#!/bin/bash +x
if [ -n "$SHUTDOWN_IF_NO_ACCESS_KEY" ] && [ -z "$CLEARML_API_ACCESS_KEY" ] && [ -z "$TRAINS_API_ACCESS_KEY" ]; then
echo "CLEARML_API_ACCESS_KEY was not provided, service will not be started"