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:
committed by
GitHub
parent
aecfa970e7
commit
36adc28813
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
################################################################
|
||||
# Instructions: #
|
||||
# 1. copy this script to /etc/snmp/ and make it executable: #
|
||||
|
Reference in New Issue
Block a user