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
90662af1
Commit
90662af1
authored
Aug 04, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add tail
parent
feb18264
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
ctcvr_offline.sh
ctcvr_offline.sh
+19
-0
No files found.
ctcvr_offline.sh
View file @
90662af1
...
...
@@ -18,3 +18,22 @@ then
nohup
/home/gmuser/.virtualenvs/tf1/bin/python3 /srv/apps/gm_strategy_cvr/src/main_portrait.py f
>
~/ctcvr_f.log &
fi
if
!
ps aux |
grep
src/main_portrait.py
\
8 |
grep
-v
grep
then
nohup
/home/gmuser/.virtualenvs/tf1/bin/python3 /srv/apps/gm_strategy_cvr/src/main_portrait.py 8
>
~/ctcvr_8.log &
fi
if
!
ps aux |
grep
src/main_portrait.py
\
9 |
grep
-v
grep
then
nohup
/home/gmuser/.virtualenvs/tf1/bin/python3 /srv/apps/gm_strategy_cvr/src/main_portrait.py 9
>
~/ctcvr_9.log &
fi
if
!
ps aux |
grep
src/main_portrait.py
\
a |
grep
-v
grep
then
nohup
/home/gmuser/.virtualenvs/tf1/bin/python3 /srv/apps/gm_strategy_cvr/src/main_portrait.py a
>
~/ctcvr_a.log &
fi
if
!
ps aux |
grep
src/main_portrait.py
\
b |
grep
-v
grep
then
nohup
/home/gmuser/.virtualenvs/tf1/bin/python3 /srv/apps/gm_strategy_cvr/src/main_portrait.py b
>
~/ctcvr_b.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