mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-05 14:03:17 +02:00
Fix broken 40addHDD.sh (#1575)
This commit is contained in:
@@ -27,7 +27,7 @@ echo
|
|||||||
echo "# --> Linking drives/directories"
|
echo "# --> Linking drives/directories"
|
||||||
echo "# hddCandidate='${hddCandidate}'"
|
echo "# hddCandidate='${hddCandidate}'"
|
||||||
echo "# hddPartitionCandidate='${hddPartitionCandidate}'"
|
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
|
if [ ${#error} -gt 0 ]; then
|
||||||
echo "FAIL blitz.datadrive.sh link --> ${error}"
|
echo "FAIL blitz.datadrive.sh link --> ${error}"
|
||||||
echo "Please report issue to the raspiblitz github."
|
echo "Please report issue to the raspiblitz github."
|
||||||
|
Reference in New Issue
Block a user