From 064d2386b9964ff38d13ecde5d3266cc515183ad Mon Sep 17 00:00:00 2001 From: BrainwreckedTech <--get> Date: Tue, 19 Jan 2021 03:43:35 -0500 Subject: [PATCH] Remove set +x used during debugging phase. --- mkwebapp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mkwebapp b/mkwebapp index 000ce56..cf4f17b 100755 --- a/mkwebapp +++ b/mkwebapp @@ -14,8 +14,6 @@ # For a copy of this license, see . -set -x - CONF_DIR="${HOME}/.config" LOCALDIR="${HOME}/.local" SHAREDIR="${LOCALDIR}/share"