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

Do not automatically pull domains repo

parent f83d8fd3
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/domains/ -name .git -type d -prune -not -path "*/owncloud/data/*"`;do \
for directory in `find /data/domains/ -mindepth 3 -name .git -type d -prune -not -path "*/owncloud/data/*"`;do \
cd $directory; cd ..;\
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