Skip to content

Commit

Permalink
[udisks2] Fix oneshot to run on the first boot instead of mic run. JB…
Browse files Browse the repository at this point in the history
…#52391

Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
mkosola committed Dec 10, 2020
1 parent 518af91 commit 1e8a330
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rpm/udisks2-symlink-mount-path
@@ -1,5 +1,10 @@
#!/bin/sh

if [ "$MIC_RUN" != "" ]; then
echo "udisks2-symlink-mount-path - returning FAIL to postpone oneshot to first boot"
exit 1
fi

OLD_MOUNT_PATH=/media/sdcard

# 1) Test if symlink already exist
Expand Down

0 comments on commit 1e8a330

Please sign in to comment.