From d3561a592b8c0f6e19a015241b491c654f4ac81e Mon Sep 17 00:00:00 2001 From: redxef Date: Mon, 21 Nov 2022 14:14:47 +0100 Subject: [PATCH] Make periodic script executable and specify shell. --- periodic/12h/certbot | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 periodic/12h/certbot diff --git a/periodic/12h/certbot b/periodic/12h/certbot old mode 100644 new mode 100755 index 2893ca5..c931b6e --- a/periodic/12h/certbot +++ b/periodic/12h/certbot @@ -1 +1,3 @@ +#!/usr/bin/env sh + sleep "$RANDOM" && exec certbot-ovh.sh