Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
refactor: fix script format
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLi123 committed Oct 17, 2024
1 parent 7c5a7a3 commit 3f7e9cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy_mastodon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@ ADMIN_USERNAME="superadmin"
ROLE="Admin"


echo ""
echo ""
echo ""
echo "We'll create an admin account for you while waiting for the SSL setup."
# Create the admin user without email confirmation
echo "Creating admin user $ADMIN_USERNAME without email service..."
Expand All @@ -384,6 +387,10 @@ echo "We'll create an admin account for you while waiting for the SSL setup."
echo "✅ Admin user created successfully."
echo "⚠️ IMPORTANT: The password for this account will be displayed shortly. Make sure to save it securely!"
sleep 5
echo ""
echo ""
echo ""
echo ""

echo "Admin user $ADMIN_USERNAME created successfully."

Expand Down

0 comments on commit 3f7e9cc

Please sign in to comment.