From e21b8a79d73588624b5187c36dabd07924b2720b Mon Sep 17 00:00:00 2001 From: Hanson Wong Date: Tue, 27 Jun 2017 10:22:58 +1000 Subject: [PATCH] Fix non-working shebang. --- plugins/openwrt/snmp__memory_openwrt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openwrt/snmp__memory_openwrt b/plugins/openwrt/snmp__memory_openwrt index 596db3bc..af496ec0 100755 --- a/plugins/openwrt/snmp__memory_openwrt +++ b/plugins/openwrt/snmp__memory_openwrt @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env perl # -*- perl -*- # vim: ft=perl