Просмотр исходного кода

Update and rename rstptoweb-install.sh to rtsptoweb-install.sh

fix spelling
tteckster 2 лет назад
Родитель
Сommit
c735748faa
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      install/rtsptoweb-install.sh

+ 2 - 2
install/rstptoweb-install.sh → 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 <<EOF >>/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"