We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ad17f commit a7d98b0Copy full SHA for a7d98b0
availup.sh
@@ -70,11 +70,11 @@ if [ "$NETWORK" = "goldberg" ]; then
70
if [ -z "$config" ]; then
71
CONFIG="$HOME/.avail/config/config.yml"
72
if [ -f "$CONFIG" ]; then
73
- echo "📄 Configuration file found at $CONFIG."
+ echo "🗑️ Wiping old config file at $CONFIG."
74
+ rm $CONFIG
75
else
76
echo "🤷 No configuration file set. This will be automatically generated at startup."
77
fi
- rm $CONFIG
78
touch $CONFIG
79
echo -e $CONFIG_PARAMS >> $CONFIG
80
0 commit comments