config file name

This commit is contained in:
julien
2025-10-06 10:49:13 +02:00
parent 802a2019a5
commit 38002c7ce1

View File

@@ -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