From c735748faaf00134a9eb13b389cbf539ab70ae61 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 4 Jun 2023 04:14:33 -0400 Subject: [PATCH] Update and rename rstptoweb-install.sh to rtsptoweb-install.sh fix spelling --- install/{rstptoweb-install.sh => rtsptoweb-install.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename install/{rstptoweb-install.sh => rtsptoweb-install.sh} (95%) diff --git a/install/rstptoweb-install.sh b/install/rtsptoweb-install.sh similarity index 95% rename from install/rstptoweb-install.sh rename to install/rtsptoweb-install.sh index d345a102..c692c568 100644 --- a/install/rstptoweb-install.sh +++ b/install/rtsptoweb-install.sh @@ -27,14 +27,14 @@ $STD ln -s /usr/local/go/bin/go /usr/local/bin/go rm -rf go1.20.1.linux-amd64.tar.gz msg_ok "Installed Golang" -msg_info "Installing RSTPtoWEB" +msg_info "Installing RTSPtoWwb" $STD git clone https://github.com/deepch/RTSPtoWeb /opt/rtsptoweb cat <>/opt/rtsptoweb/start #!/bin/bash cd /opt/rtsptoweb && GO111MODULE=on go run *.go EOF chmod +x /opt/rtsptoweb/start -msg_ok "Installed RSTPtoWEB" +msg_ok "Installed RTSPtoWeb" msg_info "Creating Service" service_path="/etc/systemd/system/rtsptoweb.service"