diff --git a/entrypoint.sh b/entrypoint.sh index e64580137f9..7c614e96e39 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash NOUSER=`id -u bitwarden > /dev/null 2>&1; echo $?` LUID=${LOCAL_UID:-999}