Moved hosts, the directory structure changed

updated path in cd command to reflect new path to
public_html folder
This commit is contained in:
zepp 2024-08-24 00:29:45 -04:00
parent 032e0e98a6
commit 9e3e5f8d29
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
cd public_html/
python3 main.py && python3 rss_update.py
cd domains/onecatper.day/public_html
python3 main.py && python3 rss_update.py