From 972c924cb5aee2ea0a76b56d8b47cbabfa29ec13 Mon Sep 17 00:00:00 2001 From: Daniel Schulte <trilader@gmail.com> Date: Tue, 7 Oct 2014 19:28:11 +0200 Subject: [PATCH] Change scipt to use udisks2 --- scripts/mount-stick-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mount-stick-repo.sh b/scripts/mount-stick-repo.sh index adcd3c9..f214fe6 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/} -- GitLab