Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- #
- # Copyright (C) 2013 THE isodumper`S COPYRIGHT HOLDER
- # This file is distributed under the same license as the isodumper package.
- # Author isodumper software= papoteur <[email protected]>
- # Author binary polkit file= Geiger David <[email protected]>
- if [[ "$UID" != "0" ]] ; then
- exec /usr/bin/pkexec /usr/libexec/isodumper "$@"
- else
- exec /usr/libexec/isodumper "$@"
- fi
Add Comment
Please, Sign In to add comment