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

quick fix

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