1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Fix error in swaks tests server default env var

This commit is contained in:
James Hillyerd
2022-05-22 21:14:09 -07:00
parent 2c68128d5d
commit f39395bd7f

View File

@@ -24,7 +24,7 @@ case "$1" in
;;
esac
export SWAKS_OPT_server="${SWAKS_OPT_server:-'127.0.0.1:2500'}"
export SWAKS_OPT_server="${SWAKS_OPT_server:-127.0.0.1:2500}"
export SWAKS_OPT_to="$to@inbucket.local"
# Basic test