From deb9929cb88623980e3bf0444ffeaf6434956790 Mon Sep 17 00:00:00 2001 From: Jonathan Senecal Date: Thu, 13 Sep 2018 13:02:47 -0400 Subject: [PATCH] Use Bash --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ab6875a..7bf1d05 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash function runas_librenms() { su - librenms -s /bin/sh -c "$1"