mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
hostname just during seup in raspibliz.info
This commit is contained in:
parent
4ed14930f3
commit
c775f82335
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ echo "message=" >> $infoFile
|
|||
echo "network=${network}" >> $infoFile
|
||||
echo "chain=${chain}" >> $infoFile
|
||||
echo "setupStep=${setupStep}" >> $infoFile
|
||||
echo "hostname=${hostname}" >> $infoFile
|
||||
if [ "${setupStep}" != "100" ]; then
|
||||
echo "hostname=${hostname}" >> $infoFile
|
||||
fi
|
||||
sudo chmod 777 ${infoFile}
|
||||
|
||||
################################
|
||||
|
|
Loading…
Add table
Reference in a new issue