Skip to content

Commit 5fb476b

Browse files
committed
update to bash
1 parent 8e6c3a2 commit 5fb476b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ if [ "$RESOLVE_ARNS" = "y" ] || [ "$RESOLVE_ARNS" = "Y" ]; then
183183
read -r ARNS_ROOT_HOST
184184
if [ -n "$ARNS_ROOT_HOST" ]; then
185185
update_or_add_env_var "ARNS_ROOT_HOST" "$ARNS_ROOT_HOST"
186-
186+
187187
# Check if the resolver service was selected
188188
if ! echo "$SERVICES_SELECTED" | grep -q "4"; then
189189
print_message "You chose to resolve ArNS names, but the resolver service is not enabled. The resolver service is necessary for this feature."
@@ -298,4 +298,4 @@ print_message "AR.IO Node Repository: https://github.com/ar-io/ar-io-node"
298298
print_message "AR.IO Node Overview Docs: https://docs.ar.io/gateways/ar-io-node/overview/"
299299

300300
echo ""
301-
print_success "Congratulations for setting up your AR.IO node! Happy syncing! 🎉"
301+
print_success "Congratulations for setting up your AR.IO node! Happy syncing! 🎉"

0 commit comments

Comments
 (0)