mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
25 lines
946 B
Diff
25 lines
946 B
Diff
From 21941bbf18c9cf6c1d2aba882395d2ccf9bbfa51 Mon Sep 17 00:00:00 2001
|
|
From: Anton Bolshakov <blshkv@users.noreply.github.com>
|
|
Date: Mon, 4 Jul 2022 11:41:28 +0800
|
|
Subject: [PATCH] typos in the config_dir_packager_data
|
|
|
|
comma is missing, and "data" folder is missing
|
|
---
|
|
wifipumpkin3/core/utility/constants.py | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/wifipumpkin3/core/utility/constants.py b/wifipumpkin3/core/utility/constants.py
|
|
index 438152d..4c91633 100644
|
|
--- a/wifipumpkin3/core/utility/constants.py
|
|
+++ b/wifipumpkin3/core/utility/constants.py
|
|
@@ -25,8 +25,8 @@
|
|
wp3_path_data = f"{wp3_setup_packager_path}/data"
|
|
|
|
config_dir_packager_data = [
|
|
- f"{wp3_path_data}/config"
|
|
- f"/usr/share/wifipumpkin3/config", # for .deb kali linux
|
|
+ f"{wp3_path_data}/config",
|
|
+ f"/usr/share/wifipumpkin3/data/config", # for .deb kali linux
|
|
f"/usr/wifipumpkin3/data/config", # for .deb debian general
|
|
]
|
|
|