summaryrefslogtreecommitdiffstats
path: root/.github/prepare_debian.sh
diff options
context:
space:
mode:
authorLorenz Kästle <lorenz.kaestle@netways.de>2024-10-30 17:07:04 +0100
committerLorenz Kästle <lorenz.kaestle@netways.de>2024-10-30 17:07:04 +0100
commit3f1db8dc3a0a5233d338fd6bd5e80971bfb21545 (patch)
tree4d5d29d32b4d66a9371c4c19eb5b225a5e7a692e /.github/prepare_debian.sh
parentaa1f9c50118d63f7229523655a1fab28fd0eab24 (diff)
parent6b20391ff3cfe0e69539238ade2c62dfce209fc0 (diff)
downloadmonitoring-plugins-3f1db8d.tar.gz
Merge branch 'master' into cleanup/check_icmp
Diffstat (limited to '.github/prepare_debian.sh')
-rwxr-xr-x.github/prepare_debian.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh
index 3f4674a2..3640e500 100755
--- a/.github/prepare_debian.sh
+++ b/.github/prepare_debian.sh
@@ -1,7 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2 2
3set -x 3set -x
4set -e 4set -euo pipefail
5 5
6export DEBIAN_FRONTEND=noninteractive 6export DEBIAN_FRONTEND=noninteractive
7 7
@@ -127,5 +127,5 @@ sed "/NP_HOST_TLS_CERT/s/.*/'NP_HOST_TLS_CERT' => '$(hostname)',/" -i /src/.gith
127 127
128# create some test files to lower inodes 128# create some test files to lower inodes
129for i in $(seq 10); do 129for i in $(seq 10); do
130 touch /media/ramdisk2/test.$1 130 touch /media/ramdisk2/test.$i
131done 131done