mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
remove debug message
This commit is contained in:
parent
c7eaf0af63
commit
c6d3030d7e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ if [ ${existsHDD} -gt 0 ]; then
|
|||
|
||||
# init the RASPIBLITZ Config
|
||||
configFile="/mnt/hdd/raspiblitz.conf"
|
||||
configExists=$(sudo ls ${configFile} | grep -c 'raspiblitz.conf')
|
||||
configExists=$(sudo ls ${configFile} 2>/dev/null | grep -c 'raspiblitz.conf')
|
||||
if [ ${configExists} -eq 0 ]; then
|
||||
|
||||
# create file and use init values from raspiblitz.info
|
||||
|
|
Loading…
Add table
Reference in a new issue