From 49367788ef68691474c5d889a402dcd2b4f21762 Mon Sep 17 00:00:00 2001 From: "FreeMedia.Tech" Date: Wed, 24 Apr 2024 13:28:24 +0200 Subject: [PATCH] fix: proper way to setup cron.daily --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 222c1f7..831ba07 100755 --- a/install.sh +++ b/install.sh @@ -45,6 +45,6 @@ touch /var/log/rugov_blacklist/blacklist.txt echo "Running initial setup process..." /var/log/rugov_blacklist/updater.sh -ln -s /var/log/rugov_blacklist/updater.sh /etc/cron.daily/rugov_updater.sh +ln -sf /var/log/rugov_blacklist/updater.sh /etc/cron.daily/rugov_updater echo "Installation finished successfully!"