diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 13:19:14 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 13:19:14 +0200 |
commit | fede5334396d2b3d0499805bc9cf9e985a0a180f (patch) | |
tree | 34abc7c0541c800342c5654a2320e47f892ce6c0 | |
parent | 2ecfb864f35bae6bc9b08be6146e85df51f99d88 (diff) |
Remove set -x
-rwxr-xr-x | install.sh | 2 | ||||
-rwxr-xr-x | shell_only.sh | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -24,8 +24,6 @@ function command_exists { command -v $1 &> /dev/null } -set -x - if [ ${UID} -ne 0 ]; then if command_exists sudo; then SUDO="sudo" diff --git a/shell_only.sh b/shell_only.sh index 36f86ac..9312aaa 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -30,8 +30,6 @@ function command_exists { command -v $1 &> /dev/null } -set -x - if [ ${UID} -ne 0 ]; then if command_exists doas; then SUDO="doas" |