summaryrefslogtreecommitdiffstats
path: root/draklive-install.wrapper
blob: 5a8f4eb8410a9ef5114e980f2ea1b167599f8056 (plain)
1
2
3
4
5
6
#!/bin/sh
if  [[ "$UID" != "0" ]] ; then
    /usr/bin/pkexec /usr/sbin/draklive-install-lock-storage "$@"
    exit $?
fi
exec /usr/sbin/draklive-install-lock-storage "$@"