diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-17 04:01:08 +0000 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-17 04:01:08 +0000 |
commit | 5e60794b428035db69899f229befac504d6dc043 (patch) | |
tree | 6135a66fcaad554b71f012f211e625f56faa787f /lib | |
parent | add openwrt (diff) | |
download | freyanet-main.tar.gz freyanet-main.tar.bz2 freyanet-main.zip |
Diffstat (limited to '')
-rwxr-xr-x | share/config.awk (renamed from lib/config.awk) | 0 | ||||
-rwxr-xr-x | share/inet2.sh (renamed from lib/inet2.sh) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.awk b/share/config.awk index 9d0a117..9d0a117 100755 --- a/lib/config.awk +++ b/share/config.awk diff --git a/lib/inet2.sh b/share/inet2.sh index 672286e..73bd279 100755 --- a/lib/inet2.sh +++ b/share/inet2.sh @@ -9,7 +9,7 @@ step() { } getval() { - /var/lib/inet2/config.awk /etc/inet2.conf "$@" + ${INET2_PREFIX}/share/inet2/config.awk /etc/inet2.conf "$@" } haskey() { |