Merge branch 'test' of https://github.com/pivpn/pivpn into test

merging in wg service reload/restart
This commit is contained in:
Roger Haxby 2020-10-27 20:37:53 +00:00
commit 983d43f791
9 changed files with 207 additions and 73 deletions

View file

@ -26,7 +26,12 @@ listConnected(){
}
debug(){
$SUDO ${scriptdir}/${vpn}/pivpnDEBUG.sh
echo "::: Generating Debug Output"
$SUDO ${scriptdir}/${vpn}/pivpnDEBUG.sh | tee /tmp/debug.log
echo "::: "
echo "::: Debug output completed above."
echo "::: Copy saved to /tmp/debug.log"
echo "::: "
exit 0
}