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

/bin/bash => /usr/bin/env bash to allow freebsd agent work without patching each files

This commit is contained in:
xavier.beaudouin
2016-07-29 13:23:20 +02:00
parent dde18e9895
commit 760f9de567
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2015 Mark Schouten <mark@tuxis.nl>
#