Quellcode durchsuchen

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

fix spelling
tteckster vor 2 Jahren
Ursprung
Commit
c735748faa
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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"