diff options
-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" |
index : hyprdots.git | |
my dotfiles for hyprland wm |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | rice.sh | 2 |
@@ -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" |