diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/functions_makeiso.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/functions_makeiso.sh b/src/backend/functions_makeiso.sh index b63639d..3a6301f 100644 --- a/src/backend/functions_makeiso.sh +++ b/src/backend/functions_makeiso.sh @@ -116,7 +116,7 @@ mkliveimg () { # unmount live filesystem image umount -l "$jailsynctarget" > /dev/null 2>&1 # move live filesystem image where it should be - mv ""$jailsynctarget".img" "$jaildvdpath" + mv ""$jailsynctarget".img" "$jailrealfspath" sync # compress live filesystem image mksquashfs "$jaildvdpath" ""$jailrootpath"/squashfs.img" -b 1048576 -comp xz -Xdict-size 100% |