mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
update raspi info path
This commit is contained in:
parent
5e6fd73467
commit
75674b871d
@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# check data from _bootstrap.sh that was running on device setup
|
||||
bootstrapInfoExists=$(ls /home/admin/raspiblitz.info | grep -c '.info')
|
||||
infoFile='/home/admin/raspiblitz.info'
|
||||
bootstrapInfoExists=$(ls $infoFile | grep -c '.info')
|
||||
if [ ${bootstrapInfoExists} -eq 1 ]; then
|
||||
|
||||
# load the data from the info file
|
||||
|
Loading…
Reference in New Issue
Block a user