Skip to content

Commit c4cdb03

Browse files
authored
Fix path (#3463)
1 parent 2ffd827 commit c4cdb03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/ersatztv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function update_script() {
3939
temp_file=$(mktemp)
4040
wget -qO- https://github.com/ErsatzTV/ErsatzTV/releases/download/${RELEASE}/ErsatzTV-${RELEASE}-linux-x64.tar.gz -O "$temp_file"
4141
tar -xzf "$temp_file"
42-
mv /opt/ErsatzTV-${RELEASE}-linux-x64 /opt/ErsatzTV
42+
mv ErsatzTV-${RELEASE}-linux-x64 /opt/ErsatzTV
4343
cp -R ErsatzTV-backup/* /opt/ErsatzTV/
4444
rm -rf ErsatzTV-backup
4545
echo "${RELEASE}" >/opt/${APP}_version.txt
@@ -67,4 +67,4 @@ description
6767
msg_ok "Completed Successfully!\n"
6868
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
6969
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
70-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8409${CL}"
70+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8409${CL}"

0 commit comments

Comments
 (0)