diff --git a/openrc b/openrc index d63a34668c..a3d0eceb5f 100644 --- a/openrc +++ b/openrc @@ -32,6 +32,10 @@ if [[ -n "$4" ]]; then SERVICE_HOST=$4 fi +if [[ -n "$5" ]]; then + ADMIN_PASSWORD=$5 +fi + # Find the other rc files RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd)