mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-08 05:02:37 +01:00
Add a wrapper script that spawns an agent for new_wiki_handler
This commit is contained in:
parent
b84cf9d064
commit
ae9a1c0e35
1 changed files with 4 additions and 0 deletions
4
new_wikis_handler.sh
Executable file
4
new_wikis_handler.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
eval $(ssh-agent)
|
||||
python3 /data/project/phabbot/phabbot/new_wikis_handler.py /data/project/phabbot/phabbot/creds.json 10000000
|
Loading…
Reference in a new issue