From 00256a72599f79059dd95a8b14b7fc1760125980 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 28 Feb 2023 14:24:11 +0100 Subject: [PATCH] Use python 3.9 --- templates/script/restart-db-cluster.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/script/restart-db-cluster.erb b/templates/script/restart-db-cluster.erb index 2631a2f..61d2f2f 100755 --- a/templates/script/restart-db-cluster.erb +++ b/templates/script/restart-db-cluster.erb @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python3.9 # vim: set filetype=python: import sys