From e757088221836a4fcad26d59052f9b91b42478e3 Mon Sep 17 00:00:00 2001 From: William Date: Fri, 3 Feb 2023 10:16:17 +0100 Subject: [PATCH] fix: Typo in bash script --- docker/install.sh | 2 +- prometheus-node-exporter/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/install.sh b/docker/install.sh index 17a94d1..ac5939d 100644 --- a/docker/install.sh +++ b/docker/install.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash ## Install dependencies diff --git a/prometheus-node-exporter/install.sh b/prometheus-node-exporter/install.sh index 7aa29ac..0d43850 100644 --- a/prometheus-node-exporter/install.sh +++ b/prometheus-node-exporter/install.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash NODE_EXPORTER_VERSION=1.5.0 NODE_EXPORTER_USER=node_exporter