We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0136fe commit 160fab9Copy full SHA for 160fab9
operator/src/main/resources/scripts/auxImage.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
-
+# Copyright (c) 2021, 2022, Oracle and/or its affiliates.
3
+# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4
+#
5
# Init container script for the auxiliary image feature.
6
# See 'domain.spec.serverPod.auxiliaryImages' for details.
7
@@ -24,7 +26,7 @@ scriptDir="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )"
24
26
25
27
if [ "${debug}" == "true" ]; then set -x; fi;
28
-source ${scriptDir}/utils_base.sh
29
+. ${scriptDir}/utils_base.sh
30
[ $? -ne 0 ] && echo "[SEVERE] Missing file ${scriptDir}/utils_base.sh" && exit 1
31
UNKNOWN_SHELL=true
32
0 commit comments