Explorar el Código

reload cron after install

master
Robin Thoni hace 8 años
padre
commit
ab9e480596
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      install

+ 1
- 0
install Ver fichero

@@ -4,5 +4,6 @@ cp git-backup /usr/local/bin
4 4
 cp git-backup.conf /etc
5 5
 sed -i '/git-backup/c\' /etc/crontab
6 6
 echo "00 2    * * *   root    git-backup > /dev/null" >> /etc/crontab
7
+service cron reload
7 8
 
8 9
 git-backup --init

Loading…
Cancelar
Guardar