mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
pipe fix
This commit is contained in:
parent
9e0bd86510
commit
afbf81f2b8
@ -59,7 +59,7 @@ fi
|
|||||||
|
|
||||||
# check if there is a config file
|
# check if there is a config file
|
||||||
configFile="/mnt/hdd/raspiblitz.conf"
|
configFile="/mnt/hdd/raspiblitz.conf"
|
||||||
configExists=$(ls ${configFile} >/dev/null | grep -c '.conf')
|
configExists=$(ls ${configFile} 2>/dev/null | grep -c '.conf')
|
||||||
if [ ${configExists} -eq 0 ]; then
|
if [ ${configExists} -eq 0 ]; then
|
||||||
|
|
||||||
# create new config
|
# create new config
|
||||||
|
Loading…
Reference in New Issue
Block a user