aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/wg-quick/linux.bash
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-05-16 19:19:48 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-05-16 19:19:48 +0200
commitf6135f6e4925ae6bfdef38a1226e91187c7bc6d1 (patch)
treea16a474a8add12e13a6afb26a3451eed086e861e /src/tools/wg-quick/linux.bash
parentwg-quick: add intentionally undocumented userspace implementation knob (diff)
downloadwireguard-monolithic-historical-f6135f6e4925ae6bfdef38a1226e91187c7bc6d1.tar.xz
wireguard-monolithic-historical-f6135f6e4925ae6bfdef38a1226e91187c7bc6d1.zip
wg-quick: use invoking shell in auto rooting
Diffstat (limited to '')
-rwxr-xr-xsrc/tools/wg-quick/linux.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wg-quick/linux.bash b/src/tools/wg-quick/linux.bash
index 9139e7f..3f1976b 100755
--- a/src/tools/wg-quick/linux.bash
+++ b/src/tools/wg-quick/linux.bash
@@ -79,7 +79,7 @@ read_bool() {
}
auto_su() {
- [[ $UID == 0 ]] || exec sudo -p "$PROGRAM must be run as root. Please enter the password for %u to continue: " "$SELF" "${ARGS[@]}"
+ [[ $UID == 0 ]] || exec sudo -p "$PROGRAM must be run as root. Please enter the password for %u to continue: " -- "$BASH" -- "$SELF" "${ARGS[@]}"
}
add_if() {