From 3f7e9cc6ebb81de529f093e32130cc371d5ff4f5 Mon Sep 17 00:00:00 2001 From: FrankLi123 Date: Thu, 17 Oct 2024 15:32:36 +0800 Subject: [PATCH] refactor: fix script format --- deploy_mastodon.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deploy_mastodon.sh b/deploy_mastodon.sh index ff94bd2..d202fa6 100755 --- a/deploy_mastodon.sh +++ b/deploy_mastodon.sh @@ -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..." @@ -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."