mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
#1081 fix info file path
This commit is contained in:
parent
3904321d1c
commit
40fcba16ab
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ RaspiBlitz image to your SD card.
|
|||
copyHost()
|
||||
{
|
||||
clear
|
||||
sed -i "s/^state=.*/state=copysource/g" ${infoFile}
|
||||
sed -i "s/^state=.*/state=copysource/g" /home/admin/raspiblitz.info
|
||||
sudo systemctl stop lnd
|
||||
sudo systemctl stop ${network}d
|
||||
cd /mnt/hdd/${network}
|
||||
|
|
Loading…
Add table
Reference in a new issue