badges-backend: specify full path to service
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a2bce7aa66
commit
f40fa1d001
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ set -e
|
|||
|
||||
cd /srv/badges_checkout/
|
||||
git pull >/dev/null 2>&1
|
||||
( rsync --delete -ar --itemize-changes /srv/badges_checkout/rules/ /usr/share/badges/rules/ | grep -q '^>f' ) && service fedmsg-hub restart
|
||||
( rsync --delete -ar --itemize-changes /srv/badges_checkout/rules/ /usr/share/badges/rules/ | grep -q '^>f' ) && /sbin/service fedmsg-hub restart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue