diff options
author | ficus <ficus@robocracy.org> | 2012-09-25 17:36:17 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-25 17:36:17 +0200 |
commit | cc9809734fdbd6ea8601005d34b4efaf5b37baa4 (patch) | |
tree | 97cd8617c42f0149e508ec03775fc9434a63d190 /packages/torouter-prep/configs/etc/network | |
parent | f60f8656e75da356ddec2326e064fbe150a3ad8f (diff) | |
download | torouter-cc9809734fdbd6ea8601005d34b4efaf5b37baa4.tar.gz torouter-cc9809734fdbd6ea8601005d34b4efaf5b37baa4.zip |
clean up configs directory
Diffstat (limited to 'packages/torouter-prep/configs/etc/network')
-rw-r--r-- | packages/torouter-prep/configs/etc/network/interfaces | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/torouter-prep/configs/etc/network/interfaces b/packages/torouter-prep/configs/etc/network/interfaces index 255075f..e2f5741 100644 --- a/packages/torouter-prep/configs/etc/network/interfaces +++ b/packages/torouter-prep/configs/etc/network/interfaces @@ -35,5 +35,5 @@ iface uap0 inet static post-up /etc/init.d/ttdnsd restart post-up /usr/bin/uaputl sys_cfg_ssid "torproject" || true post-up /usr/bin/uaputl bss_start || true - post-up /usr/share/torouter-prep/example-configs/tor-wireless-firewall.sh || true + post-up /usr/sbin/tor-wireless-firewall.sh || true pre-down /usr/bin/uaputl bss_stop || true |