mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
unique boostrap test
This commit is contained in:
parent
526736ac23
commit
d06d6ff9ef
@ -28,5 +28,4 @@ echo "presync: started" >> $logFile
|
|||||||
|
|
||||||
# update info file
|
# update info file
|
||||||
echo "state=presync" > $infoFile
|
echo "state=presync" > $infoFile
|
||||||
echo "message='started pre-sync'" >> $infoFile
|
sudo sed -i "s/^message=.*/message='running pre-sync'/g" ${infoFile}
|
||||||
echo "device=${hddDeviceName}" >> $infoFile
|
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
# default values or as in the config.
|
# default values or as in the config.
|
||||||
# For more details see background_raspiblitzSettings.md
|
# For more details see background_raspiblitzSettings.md
|
||||||
|
|
||||||
|
# unique id
|
||||||
|
uid=$(date +%s)
|
||||||
|
echo "started" > /home/admin/${uid}.boot
|
||||||
|
|
||||||
# load codeVersion
|
# load codeVersion
|
||||||
source /home/admin/_version.info
|
source /home/admin/_version.info
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user