Files
nekoray/res/public/linux_pkexec_root.sh
2023-05-02 19:39:58 +09:00

10 lines
102 B
Bash

set -e
if [ "$EUID" -ne 0 ]; then
echo "[Warning] Not running as root"
fi
#echo $$ >$PID_FILE
$@