Skip to content

Commit

Permalink
Merge branch 'master' into http-download
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdahlem committed Jan 3, 2024
2 parents 257dfe7 + bff6887 commit 11f4e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/layout/save/default/320_autoexclude.sh
Expand Up @@ -15,7 +15,7 @@ if [[ "$AUTOEXCLUDE_PATH" ]] ; then
for exclude in "${AUTOEXCLUDE_PATH[@]}" ; do
while read fs device mountpoint junk ; do
if [[ "${mountpoint#${exclude%/}/}" != "$mountpoint" ]] ; then
DebugPrint "Automatically excluding filesystem $mountpoint (belogs to $exclude in AUTOEXCLUDE_PATH)"
DebugPrint "Automatically excluding filesystem $mountpoint (belongs to $exclude in AUTOEXCLUDE_PATH)"
mark_as_done "fs:$mountpoint"
mark_tree_as_done "fs:$mountpoint"
### by excluding the filesystem, the device will be excluded by the
Expand Down

0 comments on commit 11f4e02

Please sign in to comment.