run.sh be able to enable the test mode

This commit sends the first parameter of run.sh into bot.py, such that
the test mode can be used with run.
master
jmjl 2023-09-01 14:06:48 +00:00
parent 37812b90f7
commit ad4b711a7c
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -2,4 +2,4 @@
cd ~jmjl/dev/juju
exec /home/jmjl/usr/share/python/venv/pinhook-juju/bin/python /home/jmjl/dev/juju/bot.py
exec /home/jmjl/usr/share/python/venv/pinhook-juju/bin/python /home/jmjl/dev/juju/bot.py "$1"