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

Revert commit.

parent 25c047f6
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,5 @@ ExecStart=/bin/bash -euxc ' \ ...@@ -24,7 +24,5 @@ ExecStart=/bin/bash -euxc ' \
cd /data/domains/%i/; \ cd /data/domains/%i/; \
git add *; \ git add *; \
git status; \ git status; \
git config --local user.email "backups@%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`"; \
git push -u origin master' git push 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