add local to extraparams if set

This commit is contained in:
Trevor Batley 2023-06-03 16:54:12 +10:00
parent ec984efd3d
commit 51d864512f

View File

@ -72,6 +72,7 @@ for param in $3 $4 $5 $6; do
local )
GITEAHOST=${local_GITEAHOST}
ACCESSTOKEN=${local_GITEAACCESSTOKEN}
EXTRAPARAMS=$EXTRAPARAMS" "$param
;;
* )
EXTRAPARAMS=$EXTRAPARAMS" "$param ;;