nachoparker / btrfs-du

Easily print BTRFS subvolume/snapshot disk usage
GNU General Public License v3.0
112 stars 17 forks source link

Signal trap is recommended for interruption. #22

Open MacroBull opened 3 years ago

MacroBull commented 3 years ago

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

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