ptet que j'ai fix le probleme de multiple execution au passage
This commit is contained in:
parent
24df044e1f
commit
ff9edc2631
|
@ -453,7 +453,7 @@ def maxi(dict):
|
|||
return(m+1)
|
||||
|
||||
|
||||
subprocess.Popen(["bash",'/app/MsRewards-Reborn/grafana-config/request.sh'])
|
||||
subprocess.Popen(["bash",'/app/MsRewards-Reborn/config/request.sh'])
|
||||
|
||||
#if __name__ == '__main__':
|
||||
# print("this is launched")
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
service grafana-server start
|
||||
service nginx start
|
||||
gunicorn --reload -w 4 -b 0.0.0.0:6666 'app:app'
|
||||
gunicorn --reload -w 1 -b 0.0.0.0:6666 'app:app'
|
||||
|
|
Loading…
Reference in New Issue