From 27ab6288fda825e96b539e500a5a07bf5fd05c81 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 13:00:16 +0100 Subject: [PATCH] Suppressing some output. --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 6bb1af3..5c9f00d 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -158,7 +158,7 @@ arch-chroot /mnt /bin/bash -e <<"EOF" umount /.snapshots rm -r /.snapshots snapper --no-dbus -c root create-config / - btrfs subvolume delete /.snapshots + btrfs subvolume delete /.snapshots &>/dev/null mkdir /.snapshots mount -a chmod 750 /.snapshots