Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 2abedb9

Browse files
c12simplec12simple
authored andcommitted
fix meta.mount fs on 6.0.7
1 parent 64f1346 commit 2abedb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/meta.mount/class.FilesystemMounter.php

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function mountFS()
132132
}
133133
}
134134
$UNC_PATH = $this->getOption("UNC_PATH", $user, $password, false);
135-
$MOUNT_OPTIONS = $this->getOption("MOUNT_OPTIONS", $user, $password);
135+
$MOUNT_OPTIONS = $this->getOption("MOUNT_OPTIONS", $user, $password, false);
136136

137137
$cmd = ($MOUNT_SUDO? "sudo ": ""). "mount -t " .$MOUNT_TYPE. (empty( $MOUNT_OPTIONS )? " " : " -o " .escapeshellarg($MOUNT_OPTIONS). " " ) .escapeshellarg($UNC_PATH). " " .escapeshellarg($MOUNT_POINT);
138138
$res = null;

0 commit comments

Comments
 (0)