From b94687a3fbf850a10199dab4cb7cecb8e7c4f516 Mon Sep 17 00:00:00 2001 From: Someone Date: Thu, 22 Feb 2024 12:00:32 +0100 Subject: [PATCH] maintenance/fs.py --- maintenance/fs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/fs.py b/maintenance/fs.py index 5690b33..be2d9e5 100755 --- a/maintenance/fs.py +++ b/maintenance/fs.py @@ -1,6 +1,6 @@ #!/usr/bin/env -S python3 -Bu # Someone's Mattermost maintenance scripts. -# Copyright (c) 2016-2023 by Someone (aka. Jan Vales ) +# Copyright (c) 2016-2024 by Someone (aka. Jan Vales ) # published under MIT-License # # Permanently delete orphaned files (=no longer referenced in MM-db). @@ -14,7 +14,7 @@ import psycopg2.extras import config print("Mattermost FS cleanup script: https://git.somenet.org/pub/jan/mattermost-privileged.git") -print("Tested on 9.2\n") +print("Tested on 9.5\n") dbconn = psycopg2.connect(config.dbconnstring) dbconn.set_session(autocommit=False) -- 2.43.0