From 70a9dd0106af1ae051acedb630a69b970389b43d Mon Sep 17 00:00:00 2001 From: Pavel Muhortov Date: Mon, 1 May 2023 17:02:40 +0300 Subject: [PATCH] change shebang --- ovpn-cert-expiration.sh | 2 +- ovpn-client-management.sh | 2 +- ovpn-connect-handling.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ovpn-cert-expiration.sh b/ovpn-cert-expiration.sh index fc75703..3a53bcb 100644 --- a/ovpn-cert-expiration.sh +++ b/ovpn-cert-expiration.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash # DESCRIPTION: # checking openvpn server certificates expiration diff --git a/ovpn-client-management.sh b/ovpn-client-management.sh index 1159274..fa9b9da 100644 --- a/ovpn-client-management.sh +++ b/ovpn-client-management.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash # DESCRIPTION: # creating or deleting client config for openvpn diff --git a/ovpn-connect-handling.sh b/ovpn-connect-handling.sh index 96e05e4..0904ea9 100644 --- a/ovpn-connect-handling.sh +++ b/ovpn-connect-handling.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash # DESCRIPTION: # handling client connection