From 5ce72df6dcf398147097b4b773dbc085d799d7d1 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 23 Mar 2021 17:47:10 +0100 Subject: [PATCH] Switch the script shebang to python3 --- check_syncrepl_extended | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_syncrepl_extended b/check_syncrepl_extended index 05ac7db..70525ec 100755 --- a/check_syncrepl_extended +++ b/check_syncrepl_extended @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # # Script to check LDAP syncrepl replication state between two servers.