diff options
Diffstat (limited to 'net/mute-net/files/wrapper.sh')
-rw-r--r-- | net/mute-net/files/wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mute-net/files/wrapper.sh b/net/mute-net/files/wrapper.sh index ed90524..0620fc4 100644 --- a/net/mute-net/files/wrapper.sh +++ b/net/mute-net/files/wrapper.sh @@ -4,7 +4,7 @@ PREFIX="%%PREFIX%%" PROGRAM="${0}" DIRNAME="${HOME}/.mute-net/%%INTERFACE%%" DIR_FILES="${DIRNAME}/files" -DIR_SETTINGS_ORIGINAL="%%DATADIR%%/%%INTERFACE%%_settings" +DIR_SETTINGS_ORIGINAL="%%DATADIR%%/settings" DIR_SETTINGS="${DIRNAME}/settings" if [ ! -d ${DIRNAME} ] |