diff --git a/scripts/mount-stick-repo.sh b/scripts/mount-stick-repo.sh index adcd3c93e31eb98d92c531442d44266abfe39fd4..f214fe69e259ef04f4d1e3d6ee7935251d48c241 100644 --- a/scripts/mount-stick-repo.sh +++ b/scripts/mount-stick-repo.sh @@ -44,7 +44,7 @@ else echo "Stick gefunden als $DEV" # ask udisks to mount it always. - udisks --mount "$DEV" + udisksctl mount --block-device "$DEV" # see where it is mounted DEVFILE=${DEV#/dev/}