From 38002c7ce17376acd81a12d44e4a5434802410cd Mon Sep 17 00:00:00 2001 From: julien Date: Mon, 6 Oct 2025 10:49:13 +0200 Subject: [PATCH] config file name --- modules/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config.sh b/modules/config.sh index 819caa6..2695a82 100755 --- a/modules/config.sh +++ b/modules/config.sh @@ -4,7 +4,7 @@ echo echo " => Configuration" echo -config_file="/etc/.netig.conf" +config_file="/etc/netig.conf" # Skip if already configured if [ -f $config_file ]; then