mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix linking
This commit is contained in:
parent
f412286271
commit
ab0964cbd0
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue