Skip to content
Snippets Groups Projects
Commit 9aaba6ad authored by Michiel de Jong's avatar Michiel de Jong
Browse files

avoid comment in multi-line command

parent ffa2efd3
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,6 @@ ExecStart=/bin/bash -euxc ' \
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`"; \
# be careful: hidden sync functionnality; \
echo "be careful: hidden sync functionnality"; \
git pull --rebase; \
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