From 2f671e6f9161dac4c15366728e6c54a4162ce6cd Mon Sep 17 00:00:00 2001 From: The Ghost of FOSS' Future <163201376+sneedgroup-holder@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:00:59 -0600 Subject: [PATCH] Update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 0e89747..f4b406b 100644 --- a/start.sh +++ b/start.sh @@ -1 +1 @@ -./p.sh > /dev/null 2>&1 & +./p.sh > logs.txt 2>&1 &