]> bicyclesonthemoon.info Git - ott/mirror/commitdiff
rename cron file, dot prevented cron execution
authorb <rowerynaksiezycu@gmail.com>
Fri, 7 Jul 2023 20:07:41 +0000 (20:07 +0000)
committerb <rowerynaksiezycu@gmail.com>
Fri, 7 Jul 2023 20:07:41 +0000 (20:07 +0000)
makefile.1.mak
settings.txt

index 52cceb8b7eb310a3db625c84ce2acd64aef15db1..0d0d5714b636948d3ddb1057caf6fc4265a68ed7 100644 (file)
@@ -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
index 8e61299bf75ef9cd50ce6ef1fb54d902385145c4..f92c99b23af96bbf9344a921a12d144113fc40cd 100644 (file)
@@ -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)