Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_strategy_cvr
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
gm_strategy_cvr
Commits
a62156cc
Commit
a62156cc
authored
Jul 24, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
7713bae7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
ctcvr_offline.sh
ctcvr_offline.sh
+14
-2
No files found.
ctcvr_offline.sh
View file @
a62156cc
if
!
ps aux |
grep
src/main_portrait.py |
grep
-v
grep
if
!
ps aux |
grep
src/main_portrait.py
\
c
|
grep
-v
grep
then
# workon tf1
nohup
/home/gmuser/.virtualenvs/tf1/bin/python3 /srv/apps/gm_strategy_cvr/src/main_portrait.py c
>
~/ctcvr_c.log &
fi
if
!
ps aux |
grep
src/main_portrait.py
\
d |
grep
-v
grep
then
nohup
/home/gmuser/.virtualenvs/tf1/bin/python3 /srv/apps/gm_strategy_cvr/src/main_portrait.py d
>
~/ctcvr_d.log &
fi
if
!
ps aux |
grep
src/main_portrait.py
\
e |
grep
-v
grep
then
nohup
/home/gmuser/.virtualenvs/tf1/bin/python3 /srv/apps/gm_strategy_cvr/src/main_portrait.py e
>
~/ctcvr_e.log &
fi
if
!
ps aux |
grep
src/main_portrait.py
\
f |
grep
-v
grep
then
nohup
/home/gmuser/.virtualenvs/tf1/bin/python3 /srv/apps/gm_strategy_cvr/src/main_portrait.py f
>
~/ctcvr_f.log &
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment