summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorNicholas Chambers <uplime@spookyinternet.com>2022-08-13 07:22:47 -0500
committerGitHub <noreply@github.com>2022-08-13 15:22:47 +0300
commit5cc0eefe5e136e74d028a5f5652c5129bfc71609 (patch)
tree385df5cf1d0fdf8affda2db186e431c5bc5750c8 /netdata-installer.sh
parent74f03f621c4de039b25ef6d1473815f59ac52f6f (diff)
Remove extra U from log message (#13514)
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 941cf13f39..7b2d24f46a 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -79,7 +79,7 @@ _cannot_use_tmpdir() {
if [ -z "${TMPDIR}" ] || _cannot_use_tmpdir "${TMPDIR}"; then
if _cannot_use_tmpdir /tmp; then
if _cannot_use_tmpdir "${PWD}"; then
- fatal "UUnable to find a usable temporary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." I0000
+ fatal "Unable to find a usable temporary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." I0000
else
TMPDIR="${PWD}"
fi