From 594a5250e8b8234ce8163108230cb0c997d3937e Mon Sep 17 00:00:00 2001 From: Johnny Stenback Date: Mon, 23 Jan 2017 20:42:11 -0800 Subject: Add missing '!' to the shebang in duo_openvpn.pl Add missing '!' after initial '#' to make this script run as a perl script instead of be executed by the default interpreter (bash, most often). --- duo_openvpn.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duo_openvpn.pl b/duo_openvpn.pl index 5ca4e0a..c0de1e0 100755 --- a/duo_openvpn.pl +++ b/duo_openvpn.pl @@ -1,4 +1,4 @@ -#/usr/bin/env perl +#!/usr/bin/env perl use strict; use warnings; -- cgit v1.2.3