File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
1
+ #! /usr/bin/env bash
2
+
3
+ if [ -z " $PS1 " ]; then
4
+ exec bash -i " $0 " " $@ "
5
+ fi
6
+
2
7
3
8
print_message () {
4
9
echo " ️ $1 "
@@ -183,7 +188,7 @@ if [ "$RESOLVE_ARNS" = "y" ] || [ "$RESOLVE_ARNS" = "Y" ]; then
183
188
read -r ARNS_ROOT_HOST
184
189
if [ -n " $ARNS_ROOT_HOST " ]; then
185
190
update_or_add_env_var " ARNS_ROOT_HOST" " $ARNS_ROOT_HOST "
186
-
191
+
187
192
# Check if the resolver service was selected
188
193
if ! echo " $SERVICES_SELECTED " | grep -q " 4" ; then
189
194
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 +303,4 @@ print_message "AR.IO Node Repository: https://github.com/ar-io/ar-io-node"
298
303
print_message " AR.IO Node Overview Docs: https://docs.ar.io/gateways/ar-io-node/overview/"
299
304
300
305
echo " "
301
- print_success " Congratulations for setting up your AR.IO node! Happy syncing! 🎉"
306
+ print_success " Congratulations for setting up your AR.IO node! Happy syncing! 🎉"
You can’t perform that action at this time.
0 commit comments