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 6eb0532 commit c2fb306Copy full SHA for c2fb306
main
@@ -5,7 +5,7 @@
5
6
# parse config.json for input parameters
7
preconfig=$(jq -r .preconfig config.json)
8
-if [ "$preconfig" == "null" ] || [ "$preconfig" == "default" ]
+if [ "$preconfig" == "" ] || [ "$preconfig" == "null" ] || [ "$preconfig" == "default" ]
9
then
10
preconfig=""
11
else
0 commit comments