Skip to content
Snippets Groups Projects
Commit 25c047f6 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

No hidden functionnality

parent edffa31d
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,4 @@ ExecStart=/bin/bash -euxc ' \ ...@@ -27,6 +27,4 @@ ExecStart=/bin/bash -euxc ' \
git config --local user.email "backups@%i"; \ git config --local user.email "backups@%i"; \
git config --local user.name "backup service running at %i"; \ git config --local user.name "backup service running at %i"; \
git commit --allow-empty -m"backup %i @ `hostname` - `date`"; \ git commit --allow-empty -m"backup %i @ `hostname` - `date`"; \
echo "be careful: hidden sync functionnality"; \
git pull --rebase; \
git push -u origin master' git push -u origin master'
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