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 7e4b066 commit 892a16bCopy full SHA for 892a16b
webdav.php
@@ -224,7 +224,7 @@ public function setup( $user ) {
224
225
// Start the WebDAV service on the given port.
226
$cmd = 'runuser -l ' . $user . ' -c "';
227
- $cmd .= "(rclone serve webdav --vfs-cache-mode full --addr $ip:$port /home/$user/web) > /dev/null 2>&1 &";
+ $cmd .= "(rclone serve webdav --config none --addr $ip:$port /home/$user/web) > /dev/null 2>&1 &";
228
$cmd .= '"';
229
$cmd = $hcpp->do_action( 'webdav_rclone_cmd', $cmd );
230
shell_exec( $cmd );
0 commit comments