diff --git a/src/shifter_core.c b/src/shifter_core.c index 364daf64..ba84f4c5 100644 --- a/src/shifter_core.c +++ b/src/shifter_core.c @@ -1428,7 +1428,7 @@ int loopMount(const char *imagePath, const char *loopMountPath, ImageFormat form fprintf(stderr, "ERROR: no apparent support for squashfs!"); goto _loopMount_unclean; } - useAutoclear = 1; + useAutoclear = 0; ready = 1; imgType = "squashfs"; } else if (format == FORMAT_XFS) {