Skip to content
Snippets Groups Projects
Commit d6fbc5ab authored by Florian Meißner's avatar Florian Meißner
Browse files

fix(vpn_uni): use pw file path relative to scripts dir

parent 8cee1423
Branches main
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
MTU=1284 MTU=1284
VPNUSER=meissnerfl73755 VPNUSER=meissnerfl73755
VPNPASSWORD=$(cat pws/vpn_uni) VPNPASSWORD=$(cat $(dirname $0)/pws/vpn_uni)
if [ -e /usr/lib/openconnect/hipreport.sh ]; then if [ -e /usr/lib/openconnect/hipreport.sh ]; then
HIPREPORT="/usr/lib/openconnect/hipreport.sh" HIPREPORT="/usr/lib/openconnect/hipreport.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment