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

Commit

Permalink
fix: resolve a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLi123 committed Oct 17, 2024
1 parent 96133fb commit f3574a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_mastodon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ echo "Let's wait for 2 minutes for your web server to be ready!"
sleep 120
echo "We first follow some popular users from those domains!"
# Mastodon instance URL and admin credentials
MASTODON_INSTANCE=$DOMAIN_NAME
MASTODON_INSTANCE="https://$DOMAIN_NAME"
ADMIN_USERNAME=$LETS_ENCRYPT_EMAIL # Replace with your actual admin username/email
ADMIN_PASSWORD=$ADMIN_PASSWORD
CLIENT_NAME="FollowUsersApp"
Expand Down

0 comments on commit f3574a6

Please sign in to comment.