diff options
-rwxr-xr-x | src/vpn_wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn_wrapper.sh b/src/vpn_wrapper.sh index 6540e65..e8483c7 100755 --- a/src/vpn_wrapper.sh +++ b/src/vpn_wrapper.sh @@ -76,7 +76,7 @@ if [ $? = 138 ]; then # run the provided command inside newly created namespace # under '0tdns' user; - sudo ip netns exec $NAMESPACE_NAME sudo -u 0tdns "$@" + ip netns exec $NAMESPACE_NAME sudo -u 0tdns "$@" if [ $? = 0 ]; then RETVAL=0 |