diff options
Diffstat (limited to 'components/9990-misc-helpers.sh')
-rwxr-xr-x | components/9990-misc-helpers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/9990-misc-helpers.sh b/components/9990-misc-helpers.sh index 943e73b..fe96387 100755 --- a/components/9990-misc-helpers.sh +++ b/components/9990-misc-helpers.sh @@ -1409,7 +1409,7 @@ get_custom_mounts () fi fi - full_source="$(trim_path ${backing}/${source})" + full_source="$(trim_path ${backing}/${LIVE_MEDIA_PATH}/${source})" full_dest="$(trim_path ${rootmnt}/${dir})" if [ -n "${opt_link}" ] then |