diff --git a/.github/workflows/push_update.yml b/.github/workflows/push_update.yml index 873f5c4..9132758 100644 --- a/.github/workflows/push_update.yml +++ b/.github/workflows/push_update.yml @@ -18,5 +18,5 @@ jobs: script: | cd /home/webuser/websites/www2/www_ourworld_ictc name=$(basename "$PWD") - tmux kill-session -t $name + tmux kill-session -t $name > /dev/null 2>&1 tmux new-session -d -s $name 'bash run.sh'