From: b Date: Fri, 7 Jul 2023 20:07:41 +0000 (+0000) Subject: rename cron file, dot prevented cron execution X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=674367e2e1805b200802b94883127aaceee92cbd;p=ott%2Fmirror rename cron file, dot prevented cron execution --- diff --git a/makefile.1.mak b/makefile.1.mak index 52cceb8..0d0d571 100644 --- a/makefile.1.mak +++ b/makefile.1.mak @@ -1,7 +1,6 @@ # OTT mirror -# Copyright (C) 2022 Balthasar Szczepański +# Copyright (C) 2022, 2023 Balthasar Szczepański # "makefile" is automatically generated from "makefile.1.mak" -# 07.12.2022 # This file is part of OTT mirror. # @@ -61,7 +60,7 @@ CONFIGFILE = settings-$(TARGET).txt settings.txt ###MAKE_WWW_DESC_PATH: WWW_DESC_PATH = /botm/www/1190/ottmirror ###MAKE_CONF: CONF = /botm/etc/www/conf/1190/ottmirror.conf -###MAKE_CRON: CRON = /etc/cron.d/ottmirror.conf +###MAKE_CRON: CRON = /etc/cron.d/ottmirror # The configuration tool diff --git a/settings.txt b/settings.txt index 8e61299..f92c99b 100644 --- a/settings.txt +++ b/settings.txt @@ -1,7 +1,6 @@ # OTT mirror -# Copyright (C) 2022 Balthasar Szczepański +# Copyright (C) 2022, 2023 Balthasar Szczepański # settings.txt -# 29.09.2022 # This file is part of OTT mirror. # @@ -54,7 +53,7 @@ _bin_update_path = @_PATH($bin_path, update) _bin_view_path = @_PATH($bin_path, view) _conf_path = @_PATH($conf_path, $name\.conf) -_cron_path = @_PATH($cron_path, $name\.cron) +_cron_path = @_PATH($cron_path, $name) log_bot2_path = @_PATH($log_path, bot2.log_) log_bot3_path = @_PATH($log_path, bot3.log)