From 8a28f492bbce2f61df80625483e918ebda66040d Mon Sep 17 00:00:00 2001 From: vrbanecd Date: Thu, 19 Oct 2023 17:20:53 +0200 Subject: [PATCH] Adjust for CI --- run-teapot.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/run-teapot.sh b/run-teapot.sh index 6b169c9..55c8260 100644 --- a/run-teapot.sh +++ b/run-teapot.sh @@ -1,12 +1,12 @@ #!/bin/bash -path_to_pid='$HOME/teapot.pid' -if [ -a $path_to_pid ]; then - stormpid=`cat $path_to_pid` - kill $stormpid - rm $path_to_pid -else - python3 /usr/share/teapot/teapot.py &> tmp-storm-proxy.log & - echo $! > $path_to_pid -fi +#path_to_pid='$HOME/teapot.pid' +#if [ -a $path_to_pid ]; then +# stormpid=`cat $path_to_pid` +# kill $stormpid +# rm $path_to_pid +#else +python3 /usr/share/teapot/teapot.py &> tmp-storm-proxy.log & +# echo $! > $path_to_pid +#fi