mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
#4276 remove FAIL log
This commit is contained in:
parent
dee7ec41f5
commit
72af1378e4
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ if [ "$1" = "set" ]; then
|
|||
raspiblitzConfExists=$(ls ${configFile} 2>/dev/null | grep -c "${configFile}")
|
||||
if [ ${raspiblitzConfExists} -eq 0 ]; then
|
||||
echo "# blitz.conf.sh $@"
|
||||
echo "# FAIL: missing config file: ${configFile}"
|
||||
exit 3
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue