lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.15k stars 294 forks source link

Fix config file path in Debian packaging #265

Closed NHellFire closed 1 year ago

NHellFire commented 2 years ago

With the , config is installed in a subdirectory named :

$ dpkg -L linux-wifi-hotspot 
/.
/etc
/etc/*
/etc/*/create_ap.conf
lakinduakash commented 1 year ago

Thanks