mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +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
|
||||
echo "state=presync" > $infoFile
|
||||
echo "message='started pre-sync'" >> $infoFile
|
||||
echo "device=${hddDeviceName}" >> $infoFile
|
||||
sudo sed -i "s/^message=.*/message='running pre-sync'/g" ${infoFile}
|
||||
|
@ -5,6 +5,10 @@
|
||||
# default values or as in the config.
|
||||
# For more details see background_raspiblitzSettings.md
|
||||
|
||||
# unique id
|
||||
uid=$(date +%s)
|
||||
echo "started" > /home/admin/${uid}.boot
|
||||
|
||||
# load codeVersion
|
||||
source /home/admin/_version.info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user