removed source fail

This commit is contained in:
rootzoll 2018-12-03 17:19:00 +01:00
parent 378d97924b
commit 46b20186c3
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ fi
# check and load raspiblitz config
# to know which network is running
source /mnt/hdd/raspiblitz.conf 2>/dev/null
source /mnt/hdd/raspiblitz.conf
if [ ${#network} -eq 0 ]; then
echo "FAIL - missing /mnt/hdd/raspiblitz.conf"
exit 1

View File

@ -15,7 +15,7 @@ fi
# check and load raspiblitz config
# to know which network is running
source /mnt/hdd/raspiblitz.conf 2>/dev/null
source /mnt/hdd/raspiblitz.conf
if [ ${#network} -eq 0 ]; then
echo "FAIL - missing /mnt/hdd/raspiblitz.conf"
exit 1