From 47c8ff17c71ca50db04e854619cf12bfe61083ad Mon Sep 17 00:00:00 2001 From: oddbyte Date: Mon, 19 Jan 2026 00:15:08 -0500 Subject: [PATCH] add a script to automatically pull changes from git --- start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start.sh b/start.sh index 96acf7a..fcc8621 100755 --- a/start.sh +++ b/start.sh @@ -1,4 +1,6 @@ #!/bin/bash +echo '==== Start updater ====' +screen -dmS updater bash autoupdate.sh echo '==== Cleaning up dead screens ====' screen -wipe portfolio echo '==== Killing old server ===='