From 74ee8b0932e0d7aa84144da73ee302265547c0f6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 3 Jul 2023 23:50:02 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- inc/certs.inc | 2 -- inc/sites.inc | 2 -- inc/status.inc | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/defaults.inc b/defaults.inc index b23ed954..b69146ea 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ -VERS='4.8.1-07032023' +VERS='4.8.3-07032023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns ' CERT_DAEMON='/snap/bin/certbot' diff --git a/inc/certs.inc b/inc/certs.inc index 1fd15e9b..bce38118 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -1,5 +1,3 @@ -#!/usr/bin/env bash - NEWCERT(){ echo if [ -z ${1+x} ]; then diff --git a/inc/sites.inc b/inc/sites.inc index 81b7c90c..cef7bb04 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -1,5 +1,3 @@ -#!/usr/bin/env bash - DELSITE(){ while [ $# -gt 0 ]; do case "$1" in diff --git a/inc/status.inc b/inc/status.inc index 62e26df2..85d92b31 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -1,5 +1,3 @@ -#!/usr/bin/env bash - STATUS(){ start=`date +%s` ST_ACTION=${1}