From c6413e5c0d2f04232e37391c8b5b62277562d065 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Mon, 2 Nov 2020 03:50:59 -0600 Subject: deleted: color_test.py modified: post_bot.py new file: push_script.sh deleted: test_page --- push_script.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 push_script.sh (limited to 'push_script.sh') diff --git a/push_script.sh b/push_script.sh new file mode 100755 index 0000000..f941d07 --- /dev/null +++ b/push_script.sh @@ -0,0 +1,4 @@ +#!/bin/bash +echo "put post_bot.py /root/scripts/python" | sftp root@bpcspace.com +ssh root@bpcspace.com "chmod 755 /root/scripts/python/post_bot.py; systemctl reload recolor_bot; systemctl restart recolor_bot; systemctl status recolor_bot" + -- cgit v1.2.3