Skip to content
Snippets Groups Projects
Commit 405debf4 authored by nimrod's avatar nimrod
Browse files

- Declare variables as local to the function.

parent 3e8f1d89
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@ docker-dev () {
}
sync-comics () {
local this_month last_month
this_month="$( date '+xbmc.shore.co.il:/srv/library/Comics/0-Day\ Week\ of\ %Y.%m.*' )"
last_month="$( date --date '1 month ago' '+xbmc.shore.co.il:/srv/library/Comics/0-Day\ Week\ of\ %Y.%m.*' )"
rsync --recursive --compress --progress --exclude "*.part" "$last_month" "$this_month" "$HOME/Downloads/Comics/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment