Skip to content

Commit 246e347

Browse files
authored
Update install/elementsynapse-install.sh
1 parent 7ae56dc commit 246e347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/elementsynapse-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ mkdir -p /opt/synapse-admin
6464
RELEASE=$(curl -fsSL https://api.github.com/repos/etkecc/synapse-admin/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
6565
curl -fsSL "https://github.com/etkecc/synapse-admin/archive/refs/tags/v${RELEASE}.tar.gz" -o "$temp_file"
6666
tar xzf "$temp_file" -C /opt/synapse-admin --strip-components=1
67-
cd /opt/synapse-admin || exit
67+
cd /opt/synapse-admin
6868
$STD yarn install --ignore-engines
6969
msg_ok "Installed Element Synapse"
7070

0 commit comments

Comments
 (0)