Specify path for systemctl execution
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
156836797c
commit
6eba74ff7b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ for REPO in ${REPOS[@]}; do
|
||||||
[ -f ~/.cfg/${REPO}/FETCH_HEAD ] && LAST_FETCH=$(stat ${STAT_PARM} ~/.cfg/${REPO}/FETCH_HEAD)
|
[ -f ~/.cfg/${REPO}/FETCH_HEAD ] && LAST_FETCH=$(stat ${STAT_PARM} ~/.cfg/${REPO}/FETCH_HEAD)
|
||||||
if [ $(($(date +%s) - LAST_FETCH)) -gt ${FETCH_INTERVAL} ] ||
|
if [ $(($(date +%s) - LAST_FETCH)) -gt ${FETCH_INTERVAL} ] ||
|
||||||
[ $(wc -c ~/.cfg/${REPO}/FETCH_HEAD | cut -d' ' -f1) -eq 0 ]; then
|
[ $(wc -c ~/.cfg/${REPO}/FETCH_HEAD | cut -d' ' -f1) -eq 0 ]; then
|
||||||
vault-sshadd ${SSH_KEY} 2>&1 >/dev/null || {
|
${HOME}/bin/vault-sshadd ${SSH_KEY} 2>&1 >/dev/null || {
|
||||||
echo "Unable to load key ${SSH_KEY}"
|
echo "Unable to load key ${SSH_KEY}"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue