From 9672bece35aa0f0f301b4276223d90ec16c0e6e3 Mon Sep 17 00:00:00 2001 From: qedk <1994constant@gmail.com> Date: Sat, 30 Mar 2024 00:33:32 +0400 Subject: [PATCH] lint: run lint --- availup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/availup.sh b/availup.sh index cd96ca0..52a427d 100755 --- a/availup.sh +++ b/availup.sh @@ -76,7 +76,7 @@ if [ "$NETWORK" = "goldberg" ]; then echo "🤷 No configuration file set. This will be automatically generated at startup." fi touch $CONFIG - echo -e $CONFIG_PARAMS >> $CONFIG + echo -e $CONFIG_PARAMS >>$CONFIG else CONFIG="$config" fi