fixed removal(forgot to pipe in configs

This commit is contained in:
shockrahwow 2019-09-04 12:05:03 -07:00
parent cdf93ec9f7
commit 56967bb9ed

2
wifi
View File

@ -57,7 +57,7 @@ __connect_config() {
} }
remove_old_config() { remove_old_config() {
name="`echo '' | dmenu -i -p 'Name of config to remove'`" name="`ls $cfg_loc | dmenu -i -p 'Name of config to remove'`"
rm -f "$cfg_loc/$name" rm -f "$cfg_loc/$name"
} }