File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ if [ "$RESOLVE_ARNS" = "y" ] || [ "$RESOLVE_ARNS" = "Y" ]; then
183
183
read -r ARNS_ROOT_HOST
184
184
if [ -n " $ARNS_ROOT_HOST " ]; then
185
185
update_or_add_env_var " ARNS_ROOT_HOST" " $ARNS_ROOT_HOST "
186
-
186
+
187
187
# Check if the resolver service was selected
188
188
if ! echo " $SERVICES_SELECTED " | grep -q " 4" ; then
189
189
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"
298
298
print_message " AR.IO Node Overview Docs: https://docs.ar.io/gateways/ar-io-node/overview/"
299
299
300
300
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! 🎉"
You can’t perform that action at this time.
0 commit comments