File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
6767msg_ok " Completed Successfully!\n"
6868echo -e " ${CREATING}${GN}${APP} setup has been successfully initialized!${CL} "
6969echo -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} "
You can’t perform that action at this time.
0 commit comments