Skip to content

Commit

Permalink
Update p.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Apr 23, 2022
1 parent 738bf0a commit 175cfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ -f ".env" ]; then
EMAIL=`cat .env | xargs`
fi
# get email from stdin
read -e -p "Enter your email(Just like JaneWhitehead5370@gmail.com, change to your email): " -i EMAIL [email protected]
read -p "Enter your email(Just like nameofyouremail@gmail.com, write to your email): " EMAIL
eval "echo $EMAIL > .env"

if [ $SYSTEM = "CentOS" ]; then
Expand Down

0 comments on commit 175cfad

Please sign in to comment.