mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
fix(deck): Get username via ls due to user not yet being set at time of mount.
This commit is contained in:
parent
3829c21e37
commit
caac5170fc
@ -7,7 +7,7 @@ index fb38b92..0eddd30 100755
|
||||
org.freedesktop.UDisks2.Filesystem \
|
||||
Mount 'a{sv}' 4 \
|
||||
- as-user s deck \
|
||||
+ as-user s ${USER} \
|
||||
+ as-user s $(ls /home) \
|
||||
auth.no_user_interaction b true \
|
||||
fstype s "$FSTYPE" \
|
||||
options s "$OPTS") || ret=$?
|
||||
|
Loading…
Reference in New Issue
Block a user