mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
fix linking
This commit is contained in:
parent
f412286271
commit
ab0964cbd0
@ -797,13 +797,16 @@ if [ "$1" = "tempmount" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# trigger linking
|
||||
doLinking=1
|
||||
|
||||
fi
|
||||
|
||||
########################################
|
||||
# LINKING all directories with ln
|
||||
########################################
|
||||
|
||||
if [ "$1" = "link" ]; then
|
||||
if [ "$1" = "link" ] || [ ${doLinking} -eq 1 ]; then
|
||||
|
||||
if [ ${isMounted} -eq 0 ]; then
|
||||
echo "error='no data drive mounted'"
|
||||
|
Loading…
Reference in New Issue
Block a user