correct script path

This commit is contained in:
rootzoll
2021-05-03 14:03:37 +02:00
parent 7d01ef1c1f
commit ba8a9dc06f
2 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
###################
# CHECK IF DNS NEEDS SETTING DURING SETUP
# https://github.com/rootzoll/raspiblitz/issues/787
###################
sudo /home/admin/config.scripts/internet.dns.sh test
# TODO: if DNS is not working --> ask in system-loop
# TODO: get size of sd card & free space on sd card

View File

@@ -18,7 +18,7 @@ echo "# RASPIBLITZ SETUP STATE" > $SETUPFILE
if [ "${migrationOS}" == "" ]; then
/home/admin/setup/dialogBasicSetup.sh
/home/admin/setup.scripts/dialogBasicSetup.sh
# on cancel - let user exit to terminal
if [ "$?" != "0" ]; then
@@ -37,7 +37,7 @@ if [ "${migrationOS}" != "" ]; then
echo "# Starting migration dialog ..."
/home/admin/setup/dialogMigration.sh
/home/admin/setup.scripts/dialogMigration.sh
# on cancel - let user exit to terminal
if [ "$?" != "0" ]; then
@@ -56,7 +56,7 @@ else
############################################
# Setting Name for Node
/home/admin/setup/dialogPasswords.sh
/home/admin/setup.scripts/dialogPasswords.sh
############################################
# Lightning Wallet (new or restore) do this before passwords
@@ -70,7 +70,7 @@ fi
# Enter Passwords
# for fresh setup & migration
/home/admin/setup/dialogPasswords.sh
/home/admin/setup.scripts/dialogPasswords.sh
############################################
# PROCESS SETUP CHOICES