Revert "Plugin system update"

This reverts commit 8f8c75dc67.
This commit is contained in:
bergware
2022-07-11 23:11:44 +02:00
parent 8f8c75dc67
commit 1a0e8de368
13 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ if ($command && strncmp($name,$path,strlen($path))===0) {
} elseif (!pgrep($name)) {
// only execute when command and valid path is given and command not already running
exec("echo \"$name $args\" | at -M now >/dev/null 2>&1");
usleep(100000);
usleep(50000);
$pid = pgrep($name); // started
}
}