1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00

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.
This commit is contained in:
Alexander Moisseev
2020-07-18 19:37:45 +03:00
committed by GitHub
parent aecfa970e7
commit 36adc28813

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
################################################################
# Instructions: #
# 1. copy this script to /etc/snmp/ and make it executable: #