fix linking

This commit is contained in:
rootzoll 2019-12-11 17:16:24 +01:00
parent f412286271
commit ab0964cbd0

View File

@ -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'"