mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
3 lines
No EOL
67 B
Bash
3 lines
No EOL
67 B
Bash
#!/bin/sh
|
|
systemctl stop duplicati-agent 2>/dev/null || true
|
|
exit 0 |