Skip to content

Commit c17cb7b

Browse files
committed
feat: make script names consistent
1 parent ace55d2 commit c17cb7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

container-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
[[ ${DEBUG} == true ]] && set -x
88

99
source /usr/bin/logrotate.d/logrotate.sh
10-
source /usr/bin/logrotate.d/logrotateConf.sh
10+
source /usr/bin/logrotate.d/logrotate-config.sh
1111

1212
resetConfigurationFile
1313

@@ -16,7 +16,7 @@ if [ -n "${DELAYED_START}" ]; then
1616
fi
1717

1818
#Create Logrotate Conf
19-
source /usr/bin/logrotate.d/logrotateCreateConf.sh
19+
source /usr/bin/logrotate.d/logrotate-create-config.sh
2020

2121
cat /usr/bin/logrotate.d/logrotate.conf
2222

File renamed without changes.
File renamed without changes.

logrotate.d/update-logrotate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ set -e
77
[[ ${DEBUG} == true ]] && set -x
88

99
source /usr/bin/logrotate.d/logrotate.sh
10-
source /usr/bin/logrotate.d/logrotateConf.sh
10+
source /usr/bin/logrotate.d/logrotate-config.sh
1111

1212
resetConfigurationFile
1313

1414
#Create Logrotate Conf
15-
source /usr/bin/logrotate.d/logrotateCreateConf.sh
15+
source /usr/bin/logrotate.d/logrotate-create-config.sh

0 commit comments

Comments
 (0)