From 5f2e1bc1afed0240c6db03d6c3684c703285cfc3 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Sat, 20 Feb 2021 22:38:21 +0530 Subject: [PATCH] Fix conf file location --- debian/linux-wifi-hotspot.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/linux-wifi-hotspot.install b/debian/linux-wifi-hotspot.install index fbb7f21..d2a7c22 100644 --- a/debian/linux-wifi-hotspot.install +++ b/debian/linux-wifi-hotspot.install @@ -1 +1 @@ -src/scripts/create_ap.conf etc/create_ap.conf \ No newline at end of file +src/scripts/create_ap.conf etc/* \ No newline at end of file