mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-08 20:09:03 +02:00
fixing connection of setup scripts
This commit is contained in:
@@ -260,6 +260,7 @@ fi
|
|||||||
if [ ${setupStep} -eq 20 ]; then
|
if [ ${setupStep} -eq 20 ]; then
|
||||||
# run initial user dialog
|
# run initial user dialog
|
||||||
/home/admin/30initHDD.sh
|
/home/admin/30initHDD.sh
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# the HDD is already ext4 formated and called blockchain
|
# the HDD is already ext4 formated and called blockchain
|
||||||
@@ -273,4 +274,4 @@ fi
|
|||||||
# the HDD had no init yet
|
# the HDD had no init yet
|
||||||
echo "init HDD ..."
|
echo "init HDD ..."
|
||||||
/home/admin/30initHDD.sh
|
/home/admin/30initHDD.sh
|
||||||
exit 1
|
exit 1
|
Reference in New Issue
Block a user