mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
init setup file
This commit is contained in:
parent
05077b8ebe
commit
17c0ce031f
1 changed files with 3 additions and 1 deletions
|
@ -9,8 +9,10 @@ source /home/admin/raspiblitz.info
|
|||
SETUPFILE="/var/cache/raspiblitz/raspiblitz.setup"
|
||||
|
||||
# init SETUPFILE
|
||||
rm $SETUPFILE 2>/dev/null
|
||||
sudo rm $SETUPFILE 2>/dev/null
|
||||
echo "# RASPIBLITZ SETUP STATE" > $SETUPFILE
|
||||
sudo chown admin:admin $SETUPFILE
|
||||
sudo chmod 777 $SETUPFILE
|
||||
|
||||
############################################
|
||||
# Basic Setup (Blockchain & Lightning Impl)
|
||||
|
|
Loading…
Add table
Reference in a new issue