aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rice.sh b/rice.sh
index a4ed45a..f66aab6 100755
--- a/rice.sh
+++ b/rice.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
WORKDIRECTORY=$PWD
-PERMUSER="awy"
+PERMUSER=$(logname)
if [ "$(id -u)" -ne 0 ]
then printf "The script has to be run as root.\n"