Skip to content

Commit

Permalink
Remove echo before command
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Nov 4, 2020
1 parent 6ad9c2c commit 5613a1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name=${name:-admin}

read -p "Enter new admin email ([email protected]): " email

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

0 comments on commit 5613a1d

Please sign in to comment.