Correction de la ligne de lancement d'inoticoming suite au dernier commit
This commit is contained in:
parent
ae57511269
commit
74f1a2319a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ udevadm control --reload-rules
|
|||
|
||||
```bash
|
||||
# Run backup on USB device detection (trigger by udev rule)
|
||||
inoticoming --logfile /var/log/bkp-usb.log /var/run/ --stderr-to-log --stdout-to-log --regex '^bkp-usb-detected$' /usr/local/sbin/run-bkp-usb {} \;
|
||||
inoticoming --logfile /var/log/bkp-usb.log /var/run/ --stderr-to-log --stdout-to-log --regex '^bkp-usb-detected$' /usr/local/sbin/run-bkp-usb \;
|
||||
```
|
||||
|
||||
* lancer manuellement la commande *inoticoming* du fichier précédent (ou rebooter)
|
||||
|
|
Loading…
Reference in a new issue