Skip to content

Commit

Permalink
Fix missing default for email #13
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Feb 26, 2022
1 parent a13fcf2 commit 494863d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ read -p "Enter new admin username [admin]: " name
name=${name:-admin}

read -p "Enter new admin email ([email protected]): " email
email=${email:-admin@example.com}

sudo docker exec pleroma /opt/pleroma/bin/pleroma_ctl user new "${name}" "${email}" --admin -y

0 comments on commit 494863d

Please sign in to comment.