mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +01:00
Fix broken 40addHDD.sh (#1575)
This commit is contained in:
parent
04bba1b5ce
commit
5e91e628d0
@ -27,7 +27,7 @@ echo
|
||||
echo "# --> Linking drives/directories"
|
||||
echo "# hddCandidate='${hddCandidate}'"
|
||||
echo "# hddPartitionCandidate='${hddPartitionCandidate}'"
|
||||
source <(sudo /home/admin/config.scripts/blitz.datadrive.sh link
|
||||
source <(sudo /home/admin/config.scripts/blitz.datadrive.sh link)
|
||||
if [ ${#error} -gt 0 ]; then
|
||||
echo "FAIL blitz.datadrive.sh link --> ${error}"
|
||||
echo "Please report issue to the raspiblitz github."
|
||||
|
Loading…
Reference in New Issue
Block a user