Skip to content

Commit

Permalink
Make shellcheck happier...
Browse files Browse the repository at this point in the history
  • Loading branch information
ams-tschoening committed Jul 25, 2022
1 parent d044460 commit 9385f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions btrfs-auto-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -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}" ]
Expand Down

0 comments on commit 9385f35

Please sign in to comment.