Merge pull request #10 from librenms/laf-patch-1

Update distro to use env
This commit is contained in:
Paul Gear
2015-10-26 09:39:15 +10:00
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# Detects which OS and if it is Linux then it will detect which Linux Distribution.
OS=`uname -s`