summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/installer/checksums.sh2
-rwxr-xr-xtests/installer/slack.sh5
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/installer/checksums.sh b/tests/installer/checksums.sh
index 625b1a1d7a..b2759bd5f9 100755
--- a/tests/installer/checksums.sh
+++ b/tests/installer/checksums.sh
@@ -12,7 +12,7 @@ set -e
TOP_LEVEL=$(basename "$(git rev-parse --show-toplevel 2> /dev/null || echo "")")
CWD="$(git rev-parse --show-cdup 2> /dev/null || echo "")"
if [ -n "$CWD" ] || [ ! "${TOP_LEVEL}" == "netdata" ]; then
- echo "Run as .travis/$(basename "$0") from top level directory of netdata git repository"
+ echo "Run as ./tests/installer/$(basename "$0") from top level directory of netdata git repository"
echo "Kickstart validation process aborted"
exit 1
fi
diff --git a/tests/installer/slack.sh b/tests/installer/slack.sh
index 817989db92..a5a17a7478 100755
--- a/tests/installer/slack.sh
+++ b/tests/installer/slack.sh
@@ -1,6 +1,5 @@
-#!/bin/bash
-#
-# Simple incoming webhook for slack integration.
+# #No shebang necessary
+# BASH Lib: Simple incoming webhook for slack integration.
#
# The script expects the following parameters to be defined by the upper layer:
# SLACK_INCOMING_WEBHOOK_URL