From d1bef5e312083c4a95a7ff5ecadfe6b4d53e34af Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 13 Jun 2017 23:56:54 +0200 Subject: reproducible Debian: fix typo Signed-off-by: Holger Levsen --- bin/reproducible_node_health_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh index 9936a0f4..12a5f218 100755 --- a/bin/reproducible_node_health_check.sh +++ b/bin/reproducible_node_health_check.sh @@ -41,7 +41,7 @@ set -e # is the filesystem writetable? # echo "$(date -u) - testing whether /tmp is writable..." -$TEST=$(mktemp --tmpdir=/tmp rwtest-XXXXXX) +TEST=$(mktemp --tmpdir=/tmp rwtest-XXXXXX) if [ -z "$TEST" ] ; then echo "Failure to write a file in /tmp, assuming read-only filesystem." exit 1 -- cgit v1.2.3-54-g00ecf