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.
2 parents fd2fbf4 + df606c1 commit 0217a7aCopy full SHA for 0217a7a
devsetup/scripts/crc-setup.sh
@@ -53,13 +53,13 @@ ${CRC_BIN} config set skip-check-daemon-systemd-sockets true
53
${CRC_BIN} config set cpus ${CPUS}
54
${CRC_BIN} config set memory ${MEMORY}
55
${CRC_BIN} config set disk-size ${DISK}
56
-if [ -n ${HTTP_PROXY} ]; then
+if [ -n "${HTTP_PROXY}" ]; then
57
${CRC_BIN} config set http-proxy ${HTTP_PROXY}
58
fi
59
-if [ -n ${HTTPS_PROXY} ]; then
+if [ -n "${HTTPS_PROXY}" ]; then
60
${CRC_BIN} config set https-proxy ${HTTPS_PROXY}
61
62
-if [ -n ${CRC_BUNDLE} ]; then
+if [ -n "${CRC_BUNDLE}" ]; then
63
${CRC_BIN} config set bundle ${CRC_BUNDLE}
64
65
if [ "$CRC_MONITORING_ENABLED" = "true" ]; then
0 commit comments