Browse Source

fix register new script

Pi 11 months ago
parent
commit
c9616d5e6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cropswap-register-new.sh

+ 1 - 1
cropswap-register-new.sh

@@ -28,7 +28,7 @@ for group in cropswap{,-members}; do
 
 	for email in "${!SIGNUP[@]}"; do
 		set -x
-		"${SCRIPTDIR}/cropswap-register.sh" "${group}@shandan.one" "${signup["$email"]}" "$email" NONE
+		"${SCRIPTDIR}/cropswap-register.sh" "${group}@shandan.one" "${SIGNUP["$email"]}" "$email" NONE
 		set +x
 	done
 done