summaryrefslogtreecommitdiffstats
path: root/wrapper
blob: 68821418ec6ab1ceb1e2593bbfc070ab08105b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 "$@"