summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/post-installer.sh
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2019-01-02 10:12:24 +0100
committerGitHub <noreply@github.com>2019-01-02 10:12:24 +0100
commit4d77f2b32518601d54528bf98e311685cf8478d0 (patch)
treec3413e8f6a540c74d66acbcb9480c1036f057c12 /packaging/makeself/post-installer.sh
parent5b32e18e15421165453745fe091dc8287814f048 (diff)
move makeself (#4688)
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 0000000000..38cc41ef79
--- /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 "${@}"