mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
correct script path
This commit is contained in:
10
home.admin/setup.scripts/00provisionInfo.sh
Executable file
10
home.admin/setup.scripts/00provisionInfo.sh
Executable 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
|
@@ -18,7 +18,7 @@ echo "# RASPIBLITZ SETUP STATE" > $SETUPFILE
|
|||||||
|
|
||||||
if [ "${migrationOS}" == "" ]; then
|
if [ "${migrationOS}" == "" ]; then
|
||||||
|
|
||||||
/home/admin/setup/dialogBasicSetup.sh
|
/home/admin/setup.scripts/dialogBasicSetup.sh
|
||||||
|
|
||||||
# on cancel - let user exit to terminal
|
# on cancel - let user exit to terminal
|
||||||
if [ "$?" != "0" ]; then
|
if [ "$?" != "0" ]; then
|
||||||
@@ -37,7 +37,7 @@ if [ "${migrationOS}" != "" ]; then
|
|||||||
|
|
||||||
echo "# Starting migration dialog ..."
|
echo "# Starting migration dialog ..."
|
||||||
|
|
||||||
/home/admin/setup/dialogMigration.sh
|
/home/admin/setup.scripts/dialogMigration.sh
|
||||||
|
|
||||||
# on cancel - let user exit to terminal
|
# on cancel - let user exit to terminal
|
||||||
if [ "$?" != "0" ]; then
|
if [ "$?" != "0" ]; then
|
||||||
@@ -56,7 +56,7 @@ else
|
|||||||
############################################
|
############################################
|
||||||
# Setting Name for Node
|
# Setting Name for Node
|
||||||
|
|
||||||
/home/admin/setup/dialogPasswords.sh
|
/home/admin/setup.scripts/dialogPasswords.sh
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
# Lightning Wallet (new or restore) do this before passwords
|
# Lightning Wallet (new or restore) do this before passwords
|
||||||
@@ -70,7 +70,7 @@ fi
|
|||||||
# Enter Passwords
|
# Enter Passwords
|
||||||
# for fresh setup & migration
|
# for fresh setup & migration
|
||||||
|
|
||||||
/home/admin/setup/dialogPasswords.sh
|
/home/admin/setup.scripts/dialogPasswords.sh
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
# PROCESS SETUP CHOICES
|
# PROCESS SETUP CHOICES
|
||||||
|
Reference in New Issue
Block a user