diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php
index 1735cab43f6142543280ab80b0c287ab83649df0..eb9d7cfc553edac8868f17ef2e22f8a029476670 100644
--- a/apps/files_sharing/lib/SharedStorage.php
+++ b/apps/files_sharing/lib/SharedStorage.php
@@ -286,7 +286,7 @@ class SharedStorage extends \OC\Files\Storage\Wrapper\Jail implements ISharedSto
 				}
 		}
 		$info = [
-			'target' => $this->getMountPoint() . $path,
+			'target' => $this->getMountPoint() . '/' . $path,
 			'source' => $source,
 			'mode' => $mode,
 		];