From 7ca7890ef39fdbba278e6b2495239f5b97560fb5 Mon Sep 17 00:00:00 2001 From: Rafael Carlet Date: Tue, 16 Aug 2022 16:50:22 -0300 Subject: [PATCH] Update start.sh SickChill Python script changed to SickChill.py --- sickchill/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sickchill/start.sh b/sickchill/start.sh index 9644a94..f69305a 100644 --- a/sickchill/start.sh +++ b/sickchill/start.sh @@ -8,4 +8,4 @@ echo "PREPARING SICKCHILL CONFIG" . /etc/sickchill/prepareConfig.sh echo "STARTING SICKCHILL" -sudo -u ${RUN_AS} python /opt/sickchill/SickBeard.py --config=${SICKCHILL_CONFIG_FILE} --datadir=/data/ \ No newline at end of file +sudo -u ${RUN_AS} python /opt/sickchill/SickChill.py --config=${SICKCHILL_CONFIG_FILE} --datadir=/data/