Browse Source

update raspi info path

#146
rootzoll 6 years ago
parent
commit
75674b871d
  1. 3
      home.admin/00mainMenu.sh

3
home.admin/00mainMenu.sh

@ -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…
Cancel
Save