1
0
Fork 0
mirror of https://tildegit.org/envs/pb.git synced 2025-04-08 08:15:51 +00:00

corrected parameter grabbing for -s

This commit is contained in:
James Tomasino 2018-08-16 12:29:06 -04:00
parent 440795b85f
commit 903b7d1199

2
pb
View file

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