#!/bin/sh if [[ "$UID" != "0" ]] ; then /usr/bin/pkexec /usr/libexec/draksnapshot-config "$@" exit $? fi exec /usr/libexec/draksnapshot-config "$@" #!/bin/sh if [[ "$UID" != "0" ]] ; then /usr/bin/pkexec /usr/libexec/draksnapshot-config "$@" exit $? fi exec /usr/libexec/draksnapshot-config "$@"