summaryrefslogtreecommitdiff
path: root/start.sh
diff options
context:
space:
mode:
authorzhaokun <[email protected]>2024-04-03 14:53:45 +0800
committerzhaokun <[email protected]>2024-04-03 14:53:45 +0800
commite11b4ea9e8abcfc626f7c15607e37332ee80a8dd (patch)
treefcd42050d007fd612f0fc537ebb3e0bbcf021b04 /start.sh
parent1b865d9f090d0a466a01f28cb2b995ea24e27f00 (diff)
modify start.sh
Diffstat (limited to 'start.sh')
-rw-r--r--start.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/start.sh b/start.sh
index 805c6c85a..9294b4b2b 100644
--- a/start.sh
+++ b/start.sh
@@ -3,7 +3,6 @@
chmod 777 /opt/tsg_test/app.py
chmod 777 /opt/tsg_test/gunicorn.conf.py
chmod 777 /opt/tsg_test/supervisor.conf
-chmod 777 /opt/tsg_test/package/app.py
chmod 777 /opt/tsg_test/package/install_chrome.py
chmod 777 /opt/tsg_test/package/install_trex.py
chmod 777 /opt/tsg_test/package/requirements.txt
@@ -33,6 +32,5 @@ docker ps -a
docker run -d --name automation --privileged -p 8800:8800 test:test
# docker exec -it -uroot automation bash -c "java -jar /app/package/selenium-server-4.8.1.jar standalone &"
# docker exec -it -uroot automation bash -c "gunicorn -c gunicorn.conf.py app:app &"
-
-ps -ef | grep selenium
-ps -ef | grep gunicorn
+# ps -ef | grep selenium
+# ps -ef | grep gunicorn