diff options
author | TehPeGaSuS <25697531+TehPeGaSuS@users.noreply.github.com> | 2024-06-08 00:23:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 23:23:44 +0100 |
commit | 01eef7a392f9fbb9541b4fa57a2316a8267a1666 (patch) | |
tree | 76ef7001fc8165d4f466b7cbbaf9e1973095fead /data | |
parent | 67b76fadca2c3af105e7aff862242971960fa5d5 (diff) |
Rename example.chk to cron.example.sh.
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/cron.example.sh (renamed from data/example.chk) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index fca99879e..9f7e5e665 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,6 +1,6 @@ # Only install example.chk and anope.example.conf from this directory # NOTE: I would've had this just find all files in the directory, but that would include files not needed (like this file) -set(DATA example.chk anope.example.conf botserv.example.conf hostserv.example.conf modules.example.conf operserv.example.conf chanserv.example.conf global.example.conf memoserv.example.conf nickserv.example.conf chanstats.example.conf irc2sql.example.conf stats.standalone.example.conf) +set(DATA cron.example.sh anope.example.conf botserv.example.conf hostserv.example.conf modules.example.conf operserv.example.conf chanserv.example.conf global.example.conf memoserv.example.conf nickserv.example.conf chanstats.example.conf irc2sql.example.conf stats.standalone.example.conf) install(FILES ${DATA} DESTINATION ${CONF_DIR} ) diff --git a/data/example.chk b/data/cron.example.sh index e71928f1c..e71928f1c 100644 --- a/data/example.chk +++ b/data/cron.example.sh |