mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
#1081 info on change to source dir
This commit is contained in:
parent
841c935961
commit
a148574efc
2 changed files with 4 additions and 4 deletions
|
@ -226,7 +226,6 @@ case $CHOICE in
|
||||||
REPAIR)
|
REPAIR)
|
||||||
/home/admin/98repairMenu.sh
|
/home/admin/98repairMenu.sh
|
||||||
if [ $? -eq 99 ]; then
|
if [ $? -eq 99 ]; then
|
||||||
cd /mnt/hdd/${network}
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -55,9 +55,10 @@ copyHost()
|
||||||
cd /mnt/hdd/${network}
|
cd /mnt/hdd/${network}
|
||||||
echo
|
echo
|
||||||
echo "*** Copy Blockchain Source Modus ***"
|
echo "*** Copy Blockchain Source Modus ***"
|
||||||
echo "- Your RaspiBlitz has now stopped LND and ${network}"
|
echo "Your RaspiBlitz has now stopped LND and ${network}d ..."
|
||||||
echo "- Run now the script given by the other RaspiBlitz in Terminal"
|
echo "1. Use command to change to source dir: cd /mnt/hdd/$network"
|
||||||
echo "- When you are done - Restart RaspiBlitz: sudo shutdown -r now"
|
echo "2. Then run the script given by the other RaspiBlitz in Terminal"
|
||||||
|
echo "3. When you are done - Restart RaspiBlitz: sudo shutdown -r now"
|
||||||
echo
|
echo
|
||||||
exit 99
|
exit 99
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue