diff options
| author | st33v <github@f3rr3t.com> | 2016-01-06 15:19:05 +1100 |
|---|---|---|
| committer | st33v <github@f3rr3t.com> | 2016-01-06 15:19:05 +1100 |
| commit | f0182ef756360ec70addd23c44c37df3df62fcf7 (patch) | |
| tree | 31b24b7251130a08bf26fc0bd77e0cd1fc7468c1 | |
| parent | bb2a4c7eb2efd2915439922b0944faefea7e487b (diff) | |
Fix false failure messages back to systemctl
| -rwxr-xr-x | getpix.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,3 +7,5 @@ campi="neatherd" scp $campi:/home/st33v/pix/*.jpg /home/st33v/cams/$campi/. 2>/dev/null ssh $campi "rm /home/st33v/pix/*.jpg" 2>/dev/null + +#exit(0) # force succes exit code for fussy systemd |
