mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #2204 from laf/issue-2190
Updated to use env in distro script
This commit is contained in:
@@ -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.
|
# Detects which OS and if it is Linux then it will detect which Linux Distribution.
|
||||||
|
|
||||||
OS=`uname -s`
|
OS=`uname -s`
|
||||||
|
Reference in New Issue
Block a user