From db85ad660ed7df8d565e5e745e9e28c6b34bee2c Mon Sep 17 00:00:00 2001 From: encrypt Date: Tue, 7 Apr 2015 19:38:07 +0200 Subject: [PATCH] move config file to the right place --- etc/{etherswitch.rc => config/etherswitch} | 0 etherswitch | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename etc/{etherswitch.rc => config/etherswitch} (100%) diff --git a/etc/etherswitch.rc b/etc/config/etherswitch similarity index 100% rename from etc/etherswitch.rc rename to etc/config/etherswitch diff --git a/etherswitch b/etherswitch index cdd9498..73eefa5 100755 --- a/etherswitch +++ b/etherswitch @@ -1,6 +1,6 @@ #!/bin/sh -conf=/etc/etherswitch.rc +conf=/etc/config/etherswitch switch_state=-1 check_fn() {