Skip to content

Commit 89bef0f

Browse files
Element Synapse: Fix install script cd command error (#4066)
* Fix cd directory * Point to forked repo for testing * Point ct script to forked repo for testing * Revert paths from fork back to base * Update install/elementsynapse-install.sh --------- Co-authored-by: Slaviša Arežina <[email protected]>
1 parent 51c4eba commit 89bef0f

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-adminsys
67+
cd /opt/synapse-admin
6868
$STD yarn install --ignore-engines
6969
msg_ok "Installed Element Synapse"
7070

0 commit comments

Comments
 (0)