btrfs-du icon indicating copy to clipboard operation
btrfs-du copied to clipboard

Signal trap is recommended for interruption.

Open MacroBull opened this issue 3 years ago • 0 comments

https://github.com/nachoparker/btrfs-du/blob/239fbb80daeffcd695c0493f04968a5690fb4f80/btrfs-du#L91

trap 'btrfs quota disable '"$LOCATION"'; exit 255' SIGINT SIGTERM

MacroBull avatar Apr 13 '21 15:04 MacroBull