Skip to content

Commit d294adc

Browse files
committed
wip
1 parent 068a19a commit d294adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function stop() {
123123
$cmd = 'ps ax | grep "rclone serve webdav" | grep "/home" | grep -v grep';
124124
exec($cmd, $processes);
125125

126-
// Loop through each process and extract the process ID (PID) using awk
126+
// Loop through each process and extract the process ID (PID)
127127
foreach ($processes as $process) {
128128
$pid = preg_replace('/^\s*(\d+).*$/', '$1', $process);
129129

0 commit comments

Comments
 (0)