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)
|
||||
/home/admin/98repairMenu.sh
|
||||
if [ $? -eq 99 ]; then
|
||||
cd /mnt/hdd/${network}
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
|
|
|
@ -55,9 +55,10 @@ copyHost()
|
|||
cd /mnt/hdd/${network}
|
||||
echo
|
||||
echo "*** Copy Blockchain Source Modus ***"
|
||||
echo "- Your RaspiBlitz has now stopped LND and ${network}"
|
||||
echo "- Run now the script given by the other RaspiBlitz in Terminal"
|
||||
echo "- When you are done - Restart RaspiBlitz: sudo shutdown -r now"
|
||||
echo "Your RaspiBlitz has now stopped LND and ${network}d ..."
|
||||
echo "1. Use command to change to source dir: cd /mnt/hdd/$network"
|
||||
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
|
||||
exit 99
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue