diff options
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |