mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
reorder final reboot
This commit is contained in:
@@ -126,18 +126,6 @@ After the final reboot there might now be some waiting time until your Blockchai
|
|||||||
" 11 65
|
" 11 65
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# source info fresh
|
|
||||||
source /home/admin/raspiblitz.info
|
|
||||||
clear
|
|
||||||
echo "***********************************************************"
|
|
||||||
echo "RaspiBlitz going to reboot"
|
|
||||||
echo "***********************************************************"
|
|
||||||
echo "This is the final setup reboot - you will get disconnected."
|
|
||||||
echo "SSH again into system with:"
|
|
||||||
echo "ssh admin@${localip}"
|
|
||||||
echo "Use your password A"
|
|
||||||
echo "***********************************************************"
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# AFTER FINAL SETUP TASKS
|
# AFTER FINAL SETUP TASKS
|
||||||
|
|
||||||
@@ -155,6 +143,18 @@ sudo rm ${SETUPFILE}
|
|||||||
# signal that setup phase is over
|
# signal that setup phase is over
|
||||||
sed -i "s/^setupPhase=.*/setupPhase='done'/g" /home/admin/raspiblitz.info
|
sed -i "s/^setupPhase=.*/setupPhase='done'/g" /home/admin/raspiblitz.info
|
||||||
|
|
||||||
|
# source info fresh
|
||||||
|
source /home/admin/raspiblitz.info
|
||||||
|
clear
|
||||||
|
echo "***********************************************************"
|
||||||
|
echo "RaspiBlitz going to reboot"
|
||||||
|
echo "***********************************************************"
|
||||||
|
echo "This is the final setup reboot - you will get disconnected."
|
||||||
|
echo "SSH again into system with:"
|
||||||
|
echo "ssh admin@${localip}"
|
||||||
|
echo "Use your password A"
|
||||||
|
echo "***********************************************************"
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# AFTER SETUP REBOOT
|
# AFTER SETUP REBOOT
|
||||||
# touchscreen activation, start with configured SWAP, fix LCD text bug
|
# touchscreen activation, start with configured SWAP, fix LCD text bug
|
||||||
|
Reference in New Issue
Block a user