From ae9a1c0e35eba95c8dcd5d588d89c0ae6bb04107 Mon Sep 17 00:00:00 2001 From: Martin Urbanec Date: Mon, 14 Sep 2020 21:52:13 +0200 Subject: [PATCH] Add a wrapper script that spawns an agent for new_wiki_handler --- new_wikis_handler.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 new_wikis_handler.sh diff --git a/new_wikis_handler.sh b/new_wikis_handler.sh new file mode 100755 index 0000000..cab08d9 --- /dev/null +++ b/new_wikis_handler.sh @@ -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