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 /bin/mkwgconfig.sh | |
parent | add openwrt (diff) | |
download | freyanet-5e60794b428035db69899f229befac504d6dc043.tar.gz freyanet-5e60794b428035db69899f229befac504d6dc043.tar.bz2 freyanet-5e60794b428035db69899f229befac504d6dc043.zip |
Diffstat (limited to 'bin/mkwgconfig.sh')
-rwxr-xr-x | bin/mkwgconfig.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mkwgconfig.sh b/bin/mkwgconfig.sh index 6ee11a9..2da87be 100755 --- a/bin/mkwgconfig.sh +++ b/bin/mkwgconfig.sh @@ -1,11 +1,11 @@ -#!/usr/bin/env sh +#!/bin/sh # args: /path/to/interface-config /path/to/output.conf inter="$1" configfile=/etc/inet2.conf getval() { - /var/lib/inet2/config.awk "$configfile" "$@" + ${INET2_PREFIX}/share/inet2/config.awk "$configfile" "$@" } k() { |