Skip to content

Commit

Permalink
bugfix idletime
Browse files Browse the repository at this point in the history
  • Loading branch information
outdoorbits committed Oct 11, 2024
1 parent 6d53993 commit cc92097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cron_idletime.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self):
self.WORKING_DIR = os.path.dirname(__file__)
self.ApacheAccessLogfile = '/var/log/apache2/lbb-access.log'
self.ApacheRcloneAccessLogfile = '/var/log/apache2/rclone-access.log'
vsftpdAccessLogfile = '/var/log/vsftpd.log'
self.vsftpdAccessLogfile = '/var/log/vsftpd.log'

#objects
self.__setup = lib_setup.setup()
Expand Down

0 comments on commit cc92097

Please sign in to comment.