Skip to content

Commit bf2545c

Browse files
authored
Pulse: fix missing .env on service startup
1 parent dd9e285 commit bf2545c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/pulse-install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ temp_file=$(mktemp)
3535
mkdir -p /opt/pulse
3636
curl -fsSL "https://github.com/rcourtman/Pulse/releases/download/v${RELEASE}/pulse-v${RELEASE}.tar.gz" -o "$temp_file"
3737
tar zxf "$temp_file" --strip-components=1 -C /opt/pulse
38+
touch /opt/pulse/.env
39+
chown pulse:pulse /opt/pulse/.env
3840
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
3941
msg_ok "Installed Pulse"
4042

0 commit comments

Comments
 (0)