We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284bcad commit 9672becCopy full SHA for 9672bec
availup.sh
@@ -76,7 +76,7 @@ if [ "$NETWORK" = "goldberg" ]; then
76
echo "🤷 No configuration file set. This will be automatically generated at startup."
77
fi
78
touch $CONFIG
79
- echo -e $CONFIG_PARAMS >> $CONFIG
+ echo -e $CONFIG_PARAMS >>$CONFIG
80
else
81
CONFIG="$config"
82
0 commit comments