fixed bash header

This commit is contained in:
rootzoll 2018-12-03 17:24:17 +01:00
parent 46b20186c3
commit 00d5e61973
3 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,3 @@
#!/bin/bash
# command info
@ -10,7 +9,7 @@ fi
# check and load raspiblitz config
# to know which network is running
source /mnt/hdd/raspiblitz.conf
source /mnt/hdd/raspiblitz.conf
if [ ${#network} -eq 0 ]; then
echo "FAIL - missing /mnt/hdd/raspiblitz.conf"
exit 1

View File

@ -1,4 +1,3 @@
#!/bin/bash
# Background:

View File

@ -1,4 +1,3 @@
#!/bin/bash
# command info