From 25ff454a5527c04da81eab2162500f67b2e626ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Thu, 31 Jul 2025 18:47:14 +0900 Subject: [PATCH] Update xlx-cron.sh --- xlx-cron.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xlx-cron.sh b/xlx-cron.sh index d08b51e..d1f5108 100644 --- a/xlx-cron.sh +++ b/xlx-cron.sh @@ -4,7 +4,7 @@ mount -o remount,rw / XLXFOLDER=/xlx -if [ -f /usr/local/sbin/pistar-daily.cron ];then +if [ -f /usr/local/sbin/pistar-daily.cron ]; then sed -i "s/^\/usr\/local\/sbin\/HostFilesUpdate.sh.*/\/usr\/local\/sbin\/HostFilesUpdate.sh;xlx-gethost;xlx-rw;xlx-getdmrid-force;/" /usr/local/sbin/pistar-daily.cron fi @@ -20,4 +20,4 @@ systemctl daemon-reload systemctl enable xlx.timer &>/dev/null systemctl start xlx.timer -exit 0 \ No newline at end of file +exit 0