We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068a19a commit d294adcCopy full SHA for d294adc
webdav.php
@@ -123,7 +123,7 @@ public function stop() {
123
$cmd = 'ps ax | grep "rclone serve webdav" | grep "/home" | grep -v grep';
124
exec($cmd, $processes);
125
126
- // Loop through each process and extract the process ID (PID) using awk
+ // Loop through each process and extract the process ID (PID)
127
foreach ($processes as $process) {
128
$pid = preg_replace('/^\s*(\d+).*$/', '$1', $process);
129
0 commit comments