Fix venv path
这个提交包含在:
父节点
71ef3b0a05
当前提交
5eb7bcf7b4
共有 4 个文件被更改,包括 5 次插入 和 5 次删除
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
source venv/bin/activate
|
||||
|
||||
# Update washing machines
|
||||
cd "$HOME"/public_html/v2/washinsa && ./washinsa_update.sh
|
||||
|
||||
cd "$HOME"/public_html/v2/dashboard || exit
|
||||
|
||||
source ../venv/bin/activate
|
||||
|
||||
# Update the dashboard with the new machine list
|
||||
touch lock
|
||||
python3 dashboard_handler.py > log 2> err
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
source venv/bin/activate
|
||||
source ../venv/bin/activate
|
||||
|
||||
touch lock
|
||||
python3 facebook_handler.py > log 2> err
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
source venv/bin/activate
|
||||
source ../venv/bin/activate
|
||||
|
||||
touch lock
|
||||
curl "https://webservices-v2.crous-mobile.fr/ws/v1/regions/5/restaurants/114/menus" > menu_data.json && python3 menu_handler.py > log 2> err
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
source venv/bin/activate
|
||||
source ../venv/bin/activate
|
||||
|
||||
touch lock
|
||||
python3 washinsa_handler.py > log 2> err
|
||||
|
|
|
|||
正在加载…
在新工单中引用