diff options
author | Brett Weiland <brett_weiland@bpcspace.com> | 2020-11-02 03:50:59 -0600 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcspace.com> | 2020-11-02 03:50:59 -0600 |
commit | c6413e5c0d2f04232e37391c8b5b62277562d065 (patch) | |
tree | 35f90befba67f14cfad6d9d864ef2bc32ae42a58 /push_script.sh | |
parent | 22ca63bf3d3ed4ec7a09e4850656ec174feca5b6 (diff) |
deleted: color_test.py
modified: post_bot.py
new file: push_script.sh
deleted: test_page
Diffstat (limited to 'push_script.sh')
-rwxr-xr-x | push_script.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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" + |