mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 04:25:45 +00:00
Use bash in preinst for Command Substitution
This commit is contained in:
parent
c26425bbd1
commit
e196ea2fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -569,7 +569,7 @@ EOF
|
|||
|
||||
# preinst
|
||||
install -m 755 /dev/stdin "$DEBIAN_DIR/preinst" <<'EOF'
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -e
|
||||
useradd --no-create-home --uid 785 --system v2rayn-core
|
||||
groupadd v2rayn # Users in this group are allowed to use TUN
|
||||
|
|
|
|||
Loading…
Reference in a new issue