YunoHost-Apps / hotspot_ynh

Wifi Hotspot app for YunoHost
GNU Affero General Public License v3.0
39 stars 19 forks source link

Fix DHCP cleanup #105

Closed hidrarga closed 10 months ago

hidrarga commented 11 months ago

Problem

Some files for the DHCP config are still there when the hotspot is stopped.

Solution

The cleanup function was removing files in the wrong folder.

I also added a custom pid file for the DHCP servers, not sure if this is needed but it feels cleaner that way.

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)