mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-19 05:40:11 +00:00
after merge bugfixes, bitwarden optional, error handling, perm fixes
This commit is contained in:
parent
ad29af2199
commit
50ad223e83
2 changed files with 31 additions and 7 deletions
|
@ -74,7 +74,13 @@ do
|
|||
NO_PASS="1"
|
||||
;;
|
||||
-b|--bitwarden)
|
||||
BITWARDEN="2"
|
||||
if which bw; then
|
||||
BITWARDEN="2"
|
||||
else
|
||||
echo "Bitwarden not found, please install bitwarden"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
;;
|
||||
*)
|
||||
echo "Error: Got an unexpected argument '$1'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue