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

typo

parent dd74fc27
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ Description=Git pull on every git repo
Type=oneshot
TimeoutStartSec=0
ExecStart=/bin/bash -euxc ' \
for directory in `find /data/domaians/ -name .git -type d -prune`;do \
for directory in `find /data/domains/ -name .git -type d -prune`;do \
cd $directory; \
git pull; \
done'
......
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