mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
Fix issue #1015
This commit is contained in:
parent
2913f2701f
commit
3ec566c762
1 changed files with 0 additions and 5 deletions
|
@ -462,11 +462,6 @@ preconfigurePackages(){
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${OSCN} == "buster" ]]; then
|
|
||||||
$SUDO update-alternatives --set iptables /usr/sbin/iptables-legacy
|
|
||||||
$SUDO update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
|
|
||||||
fi
|
|
||||||
|
|
||||||
# if ufw is enabled, configure that.
|
# if ufw is enabled, configure that.
|
||||||
# running as root because sometimes the executable is not in the user's $PATH
|
# running as root because sometimes the executable is not in the user's $PATH
|
||||||
if $SUDO bash -c 'command -v ufw' > /dev/null; then
|
if $SUDO bash -c 'command -v ufw' > /dev/null; then
|
||||||
|
|
Loading…
Reference in a new issue