Switch the script shebang to python3
This commit is contained in:
parent
09722e94af
commit
5ce72df6dc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
#
|
#
|
||||||
# Script to check LDAP syncrepl replication state between two servers.
|
# Script to check LDAP syncrepl replication state between two servers.
|
||||||
|
|
Loading…
Reference in a new issue