Skip to content

Commit 72ad17f

Browse files
committed
fix: always delete config
1 parent 81b2d17 commit 72ad17f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

availup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ if [ "$NETWORK" = "goldberg" ]; then
7474
else
7575
echo "🤷 No configuration file set. This will be automatically generated at startup."
7676
fi
77+
rm $CONFIG
7778
touch $CONFIG
7879
echo -e $CONFIG_PARAMS >> $CONFIG
7980
else

0 commit comments

Comments
 (0)