Skip to content

Commit

Permalink
fix: always delete config
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Mar 29, 2024
1 parent 81b2d17 commit 72ad17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions availup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ if [ "$NETWORK" = "goldberg" ]; then
else
echo "🤷 No configuration file set. This will be automatically generated at startup."
fi
rm $CONFIG
touch $CONFIG
echo -e $CONFIG_PARAMS >> $CONFIG
else
Expand Down

0 comments on commit 72ad17f

Please sign in to comment.