Browse Source

hostname just during seup in raspibliz.info

dev
rootzoll 6 years ago
parent
commit
c775f82335
  1. 2
      home.admin/_bootstrap.sh

2
home.admin/_bootstrap.sh

@ -51,7 +51,9 @@ echo "message=" >> $infoFile
echo "network=${network}" >> $infoFile
echo "chain=${chain}" >> $infoFile
echo "setupStep=${setupStep}" >> $infoFile
if [ "${setupStep}" != "100" ]; then
echo "hostname=${hostname}" >> $infoFile
fi
sudo chmod 777 ${infoFile}
################################

Loading…
Cancel
Save