Skip to content

Commit

Permalink
Fix paths for polkit wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Briza committed Apr 11, 2016
1 parent f02223c commit 4386e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liveusb-creator_polkit
@@ -1,6 +1,6 @@
#!/bin/bash
if [ $(which pkexec) ]; then
pkexec --disable-internal-agent "/usr/sbin/liveusb-creator" "$@"
pkexec --disable-internal-agent "/usr/bin/liveusb-creator" "$@"
else
/usr/sbin/liveusb-creator "$@"
/usr/bin/liveusb-creator "$@"
fi

0 comments on commit 4386e22

Please sign in to comment.