Skip to content

Commit

Permalink
modify email parm
Browse files Browse the repository at this point in the history
  • Loading branch information
jiang548 committed May 4, 2022
1 parent f8edd89 commit f541b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/network_portal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f541b86

Please sign in to comment.