Skip to content

Commit

Permalink
Update script.sh (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tylerjet committed Mar 2, 2024
1 parent 7880242 commit 326db08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ while IFS= read -r path; do
elif [[ $(basename "$file") =~ ^printer-[0-9]+_[0-9]+\.cfg$ ]]; then
echo "Skipping file: $file"
else
cp -r --parents "$file" "$backup_path/"
rsync -R "$file" "$backup_path/"
fi
done
fi
Expand Down

0 comments on commit 326db08

Please sign in to comment.