Skip to content

Commit 52421d0

Browse files
committed
Remove unnecessary / prefix
1 parent 61bed6c commit 52421d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

just-backup-btrfs

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class Just_backup_btrfs {
233233
if (!is_dir($target_mount_point)) {
234234
mkdir($target_mount_point);
235235
$this->exec(
236-
"mount -o subvol=/,$mount_options /$partition $target_mount_point",
236+
"mount -o subvol=/,$mount_options $partition $target_mount_point",
237237
'Mounting root subvolume'
238238
);
239239
} else {

0 commit comments

Comments
 (0)