mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix info file status
This commit is contained in:
parent
82ebd71150
commit
16ff2cd65e
1 changed files with 4 additions and 4 deletions
|
@ -27,8 +27,8 @@ case $CHOICE in
|
|||
esac
|
||||
|
||||
# setting copy state
|
||||
sed -i "s/^state=.*/state=copysource/g" ${infoFile}
|
||||
sed -i "s/^message=.*/message='LAN-COPY Blockchain'/g" ${infoFile}
|
||||
sed -i "s/^state=.*/state=copysource/g" /home/admin/raspiblitz.info
|
||||
sed -i "s/^message=.*/message='LAN-COPY Blockchain'/g" /home/admin/raspiblitz.info
|
||||
|
||||
echo "stopping services ..."
|
||||
sudo systemctl stop lnd
|
||||
|
@ -231,5 +231,5 @@ sudo systemctl start lnd
|
|||
sleep 10
|
||||
|
||||
# setting copy state
|
||||
sed -i "s/^state=.*/state=ready/g" ${infoFile}
|
||||
sed -i "s/^message=.*/message='Node Running'/g" ${infoFile}
|
||||
sed -i "s/^state=.*/state=ready/g" /home/admin/raspiblitz.info
|
||||
sed -i "s/^message=.*/message='Node Running'/g" $/home/admin/raspiblitz.info
|
Loading…
Add table
Reference in a new issue