Skip to content

Commit fe120c5

Browse files
authored
Unmount squash file in cleanup watcher (#38)
1 parent 02adfdc commit fe120c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/parallax-mount-program.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@ run_watcher() {
323323
log "INFO" "Attempt unmounting $mount_dir"
324324
unmount_with_retries "$mount_dir"
325325

326+
log "INFO" "Attempt unmounting $squash_file"
327+
unmount_with_retries "$squash_file"
328+
326329
log "INFO" "Watcher DONE for $mount_dir"
327330
}
328331

0 commit comments

Comments
 (0)