mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
fix typo
This commit is contained in:
@@ -212,7 +212,7 @@ start_bin_watcher() {
|
||||
}
|
||||
|
||||
watchdog_process_pid() {
|
||||
PROCESS=$2
|
||||
PROCESS=$1
|
||||
if [[ -f "/tmp/${PROCESS}.pid" ]]; then
|
||||
# Check if the pid we last wrote to our state file is actually active
|
||||
PID=$(cat "/tmp/${PROCESS}.pid") || true
|
||||
|
||||
Reference in New Issue
Block a user