From 530ad352442b669c27e3199bc107e1cbccf1ca55 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 22 Mar 2021 22:42:43 -0400 Subject: [PATCH] fixed --- index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.sh b/index.sh index 5d140f8..5f36b62 100755 --- a/index.sh +++ b/index.sh @@ -58,6 +58,7 @@ apt install curl git -y curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - apt update apt-get install -y nodejs git +sso_conf_template="$(cat files/sso-manager.conf.template)" mkdir /var/www cd /var/www @@ -67,7 +68,6 @@ git clone https://github.com/theta42/sso-manager-node.git cd sso-manager-node/nodejs npm install -sso_conf_template="$(cat files/sso-manager.conf.template)" echo "$sso_conf_template" | mo > "conf/secrets.js" wget -q https://raw.githubusercontent.com/theta42/sso-manager-node/master/ops/systemd/sso-manager.service -O /etc/systemd/system/sso-manger.service