diff --git a/script/network_portal.sh b/script/network_portal.sh index 6428eec..f2affba 100755 --- a/script/network_portal.sh +++ b/script/network_portal.sh @@ -126,7 +126,7 @@ case "$1" in shift;; --email) email=$2 - sed -iE "s/email = /email = $email/g" $SIGNET_ROOT/config.ini + sed -iE "s/email.*/email = $email/g" $SIGNET_ROOT/config.ini shift;; --h|--help) usage