Use the absolute path for the git-sync script
This commit is contained in:
parent
fb15ba44c1
commit
e261193d94
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ sync_repo () {
|
||||||
repo=$1
|
repo=$1
|
||||||
|
|
||||||
echo git-sync -s "${repo}"
|
echo git-sync -s "${repo}"
|
||||||
( cd "${repo}" && git-sync -s sync )
|
( cd "${repo}" && "$(systemd-path user-state-private)"/git-sync/git-sync -s sync )
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue