summaryrefslogtreecommitdiffstats
path: root/makeself/post-installer.sh
blob: fd50f0f824a14f0ea13a08548bb61c8ca6f2cfc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0+

# 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 "${@}"