aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgpu_pass.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/gpu_pass.sh b/gpu_pass.sh
index beac484..c68ed48 100755
--- a/gpu_pass.sh
+++ b/gpu_pass.sh
@@ -1,7 +1,9 @@
+#!/bin/sh
+
WORKDIRECTORY=$PWD
PERMUSER="awy"
-if [ "$EUID" -ne 0 ]
+if [ "$(id -u)" -ne 0 ]
then printf "The script has to be run as root.\n"
exit
fi