mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-15 23:02:05 +03:00
setup.py: Install the logs archivel script
This commit is contained in:
parent
1e9a5e6212
commit
aa42aaf8b8
10
setup.py
10
setup.py
@ -106,6 +106,16 @@ shutil.copy(
|
|||||||
'%s/start-eddn-%s-service' % ( START_SCRIPT_BIN, setup_env.EDDN_ENV )
|
'%s/start-eddn-%s-service' % ( START_SCRIPT_BIN, setup_env.EDDN_ENV )
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Ensure the service log file archiving script is in place
|
||||||
|
print """
|
||||||
|
******************************************************************************
|
||||||
|
Ensuring the service log file archiving script is in place
|
||||||
|
"""
|
||||||
|
shutil.copy(
|
||||||
|
'contrib/eddn-logs-archive',
|
||||||
|
START_SCRIPT_BIN
|
||||||
|
)
|
||||||
|
|
||||||
# Ensure the latest monitor files are in place
|
# Ensure the latest monitor files are in place
|
||||||
old_umask = os.umask(022)
|
old_umask = os.umask(022)
|
||||||
print """
|
print """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user