From 9385f355944935dedbe4340afffc58d0f0c0147e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Sch=C3=B6ning?= Date: Mon, 25 Jul 2022 11:46:39 +0200 Subject: [PATCH] Make shellcheck happier... --- btrfs-auto-snapshot | 1 + 1 file changed, 1 insertion(+) diff --git a/btrfs-auto-snapshot b/btrfs-auto-snapshot index a075b65..c34ed71 100755 --- a/btrfs-auto-snapshot +++ b/btrfs-auto-snapshot @@ -504,6 +504,7 @@ btrfs_snaps_do() snaps_dir="${i%/}/${DEF_SNAPS_DIR}" snap_path="${snaps_dir}/${snap_name}" + # shellcheck disable=SC2206 snap_opts=(${writeable} "${i}" "${snap_path}") if [ ! -d "${snaps_dir}" ]