summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/post-installer.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-28 21:14:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-28 21:14:36 +0000
commit47891c8dac98554fa56bb8ac3e0f2142495529df (patch)
tree7f9265ea3747ef0627704800f005c7335607e10a /packaging/makeself/post-installer.sh
parentAdding upstream version 1.12.1. (diff)
downloadnetdata-47891c8dac98554fa56bb8ac3e0f2142495529df.tar.xz
netdata-47891c8dac98554fa56bb8ac3e0f2142495529df.zip
Adding upstream version 1.12.2.upstream/1.12.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'packaging/makeself/post-installer.sh')
-rwxr-xr-xpackaging/makeself/post-installer.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/makeself/post-installer.sh b/packaging/makeself/post-installer.sh
new file mode 100755
index 000000000..38cc41ef7
--- /dev/null
+++ b/packaging/makeself/post-installer.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+# This script is started using the shell of the system
+# and executes our 'install-or-update.sh' script
+# using the netdata supplied, statically linked BASH
+#
+# so, at 'install-or-update.sh' we are always sure
+# we run under BASH v4.
+
+./bin/bash system/install-or-update.sh "${@}"