This commit is contained in:
Kroese 2023-04-17 19:56:31 +02:00 committed by GitHub
parent 5cba72b97b
commit bb280979ed

View File

@ -1,7 +1,7 @@
#!/bin/bash
PIDFILE="/var/run/agent.pid"
SCRIPT="/usr/local/bin/agent.sh"
SCRIPT="/usr/local/bin/agent.sh"
status() {
if [ -f "$PIDFILE" ]; then