mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Check if 090_wlan0.conf exists
This commit is contained in:
parent
4bb2597bff
commit
b832954f05
@ -172,8 +172,10 @@ function _restore_networking() {
|
|||||||
fi
|
fi
|
||||||
echo "Done."
|
echo "Done."
|
||||||
# Remove dnsmasq and bridge configs
|
# Remove dnsmasq and bridge configs
|
||||||
echo "Removing 090_raspap.conf from dnsmasq"
|
echo "Removing 090_wlan0.conf from dnsmasq"
|
||||||
sudo rm "$raspap_dnsmasq" || _install_error "Unable to remove $raspap_dnsmasq"
|
if [ -f $raspap_dnsmasq ]; then
|
||||||
|
sudo rm "$raspap_dnsmasq" || _install_error "Unable to remove $raspap_dnsmasq"
|
||||||
|
fi
|
||||||
echo "Removing raspap bridge configurations"
|
echo "Removing raspap bridge configurations"
|
||||||
sudo rm "$raspap_network"/raspap* || _install_error "Unable to remove bridge config"
|
sudo rm "$raspap_network"/raspap* || _install_error "Unable to remove bridge config"
|
||||||
if [ -f $raspap_adblock ]; then
|
if [ -f $raspap_adblock ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user