Refactor entrypoint script for improved readability and add upgrade functionality
This commit is contained in:
9
scripts/scheduler/upgrade.sh
Executable file
9
scripts/scheduler/upgrade.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
B64_JSON=$1
|
||||
SERVICE_EXEC=$2
|
||||
GLOBAL_VERSION=$4
|
||||
|
||||
for SERVICE in $(echo $B64_JSON | base64 -d | jq -r 'keys[]'); do
|
||||
|
||||
done
|
Reference in New Issue
Block a user