aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-09-02 13:19:14 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-09-02 13:19:14 +0200
commitfede5334396d2b3d0499805bc9cf9e985a0a180f (patch)
tree34abc7c0541c800342c5654a2320e47f892ce6c0
parent2ecfb864f35bae6bc9b08be6146e85df51f99d88 (diff)
Remove set -x
-rwxr-xr-xinstall.sh2
-rwxr-xr-xshell_only.sh2
2 files changed, 0 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index 3a8643f..7599c45 100755
--- a/install.sh
+++ b/install.sh
@@ -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"