change shebang

This commit is contained in:
Pavel Muhortov 2023-05-01 17:02:40 +03:00
parent d2554011ce
commit 70a9dd0106
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash #!/usr/bin/env bash
# DESCRIPTION: # DESCRIPTION:
# checking openvpn server certificates expiration # checking openvpn server certificates expiration

View File

@ -1,4 +1,4 @@
#! /bin/bash #!/usr/bin/env bash
# DESCRIPTION: # DESCRIPTION:
# creating or deleting client config for openvpn # creating or deleting client config for openvpn

View File

@ -1,4 +1,4 @@
#! /bin/bash #!/usr/bin/env bash
# DESCRIPTION: # DESCRIPTION:
# handling client connection # handling client connection