pivpn/scripts
MichaIng d79dc3db61
Failsafe home dir obtaining
+ When estimating $INSTALL_HOME, assure grep can only match user names, to avoid possible wrong multi-line value
+ Remove possible trailing slash from $INSTALL_HOME, to avoid double slash in "$INSTALL_HOME/ovpns"
+ Avoid "cat <file> | grep <pattern>", since grep can process files directly
+ Avoid "VAR=$(cat file)", since "VAR=$(<file)" has the same result without using a slow external command

Signed-off-by: MichaIng <micha@dietpi.com>
2019-09-01 17:46:07 +02:00
..
bash-completion Add 'pivpn clients' command to show list of connected clients 2016-12-08 11:43:30 -05:00
clientStat.sh ensure -n check retuned value 2019-05-30 22:09:23 +10:00
listOVPN.sh General fixes and improvements 2019-03-03 10:18:45 +01:00
makeOVPN.sh Failsafe home dir obtaining 2019-09-01 17:46:07 +02:00
pivpnDebug.sh Merge branch 'test' into bitwarden 2019-08-08 10:34:17 +02:00
removeOVPN.sh Merge branch 'test' into master 2019-09-01 15:32:56 +02:00
uninstall.sh Failsafe home dir obtaining 2019-09-01 17:41:44 +02:00