From 9e3e5f8d29ba3c2149740c3347db4ffb0eed7b56 Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 24 Aug 2024 00:29:45 -0400 Subject: [PATCH] Moved hosts, the directory structure changed updated path in cd command to reflect new path to public_html folder --- helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper.sh b/helper.sh index 3d7aa6b..9626752 100644 --- a/helper.sh +++ b/helper.sh @@ -1,3 +1,3 @@ #!/bin/sh -cd public_html/ -python3 main.py && python3 rss_update.py \ No newline at end of file +cd domains/onecatper.day/public_html +python3 main.py && python3 rss_update.py