mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
14 lines
1023 B
Diff
14 lines
1023 B
Diff
diff --git a/usr/lib/hwsupport/steamos-automount.sh b/usr/lib/hwsupport/steamos-automount.sh
|
|
index fb38b92..0eddd30 100755
|
|
--- a/usr/lib/hwsupport/steamos-automount.sh
|
|
+++ b/usr/lib/hwsupport/steamos-automount.sh
|
|
@@ -146,7 +146,7 @@ do_mount()
|
|
/org/freedesktop/UDisks2/block_devices/"${DEVBASE}" \
|
|
org.freedesktop.UDisks2.Filesystem \
|
|
Mount 'a{sv}' 4 \
|
|
- as-user s deck \
|
|
+ as-user s $(ls /home) \
|
|
auth.no_user_interaction b true \
|
|
fstype s "$FSTYPE" \
|
|
options s "$OPTS") || ret=$?
|