Browse Source

优化

master
胡超1 1 year ago
parent
commit
3e81321927
  1. 3
      CPF_Cef/MainModel.cs
  2. 4
      CPF_Cef/Ramark.txt

3
CPF_Cef/MainModel.cs

@ -2062,8 +2062,9 @@ namespace AKS.EnterpriseLibrary.WebBrowser
string zxjg = Bash(commod); string zxjg = Bash(commod);
if (string.IsNullOrEmpty(zxjg)) if (string.IsNullOrEmpty(zxjg))
{ {
commod = "cd /data/home/aks/lhtserver/lhtserver && nohup ./LhtCamServer.sh &"; commod = "chmod -R 777 /data/home/aks/lhtserver/lhtserver && cd /data/home/aks/lhtserver/lhtserver && nohup ./LhtCamServer.sh &";
Bash(commod); Bash(commod);
Task.Delay(3000).Wait();
} }
} }
} }

4
CPF_Cef/Ramark.txt

@ -15,9 +15,7 @@ sudo apt-get install g++
sudo apt-get install imagemagick sudo apt-get install imagemagick
sudo apt-get install libvlc-dev sudo apt-get install libvlc-dev
sudo apt-get install vlc sudo apt-get install vlc
sudo apt-get install brasero
sudo apt-get install growisofs
sudo apt-get install wodim
git clone https://github.com/caixxiong/espeak-data/ git clone https://github.com/caixxiong/espeak-data/
cd espeak-data/ cd espeak-data/

Loading…
Cancel
Save