diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 12:50:56 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 12:50:56 +0200 |
commit | f245843adfc71cc14f9577cb589fa1fb59d12a8f (patch) | |
tree | e9b5b460e7239a67775770b10d400a2b40578552 /install.sh | |
parent | fe764ce99208c3ef0b9f3d88178c486524eed209 (diff) |
UID to {UID}
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ function command_exists { set -x -if [ $UID -ne 0 ]; then +if [ ${UID} -ne 0 ]; then if command_exists sudo; then SUDO="sudo" elif command_exists doas; then |