From 36adc288132c4016944b4267ce186276ad52cb59 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Sat, 18 Jul 2020 19:37:45 +0300 Subject: [PATCH] Use sh in ups-nut.sh shebang (#315) since the `ups-nut.sh` script is not using any bash specific syntax. This change removes unneeded dependency on bash. --- snmp/ups-nut.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snmp/ups-nut.sh b/snmp/ups-nut.sh index 18f4314..7e3d8a1 100755 --- a/snmp/ups-nut.sh +++ b/snmp/ups-nut.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh ################################################################ # Instructions: # # 1. copy this script to /etc/snmp/ and make it executable: #