corrected parameter grabbing for -s

This commit is contained in:
James Tomasino 2018-08-16 12:29:06 -04:00
parent 440795b85f
commit 903b7d1199
1 changed files with 1 additions and 1 deletions

2
pb
View File

@ -74,7 +74,7 @@ while true; do
;;
-s)
shift
ENDPOINT="$2"
ENDPOINT="$1"
shift
;;
-x)