Skip to content
Snippets Groups Projects
Commit 57d0265a authored by david_williams's avatar david_williams
Browse files

fix to update site

parent 30fcdaec
No related branches found
No related tags found
No related merge requests found
if [ "$1" != "-doit" ] ; then
echo " This is a dry run. Add -doit to actually remove"
doit="--dry-run"
else
doit=""
fi
rsync $doit --ignore-existing -rv ~/downloads/webtools/milestones/plugins ~/downloads/webtools/updates/
rsync $doit --ignore-existing -rv ~/downloads/webtools/milestones/features ~/downloads/webtools/updates/
if [ "$doit" = "--dry-run" ] ; then
echo " This was a dry run. Add -doit to actually remove"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment