From e720cc891e9f0c5b0c782b93c11a2c6fb9555c36 Mon Sep 17 00:00:00 2001 From: samson Date: Thu, 6 Dec 2018 05:01:42 +0800 Subject: [PATCH] Update format. --- bin/hardening/2.1_tmp_partition.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hardening/2.1_tmp_partition.sh b/bin/hardening/2.1_tmp_partition.sh index 4c990c4..0cf8c43 100755 --- a/bin/hardening/2.1_tmp_partition.sh +++ b/bin/hardening/2.1_tmp_partition.sh @@ -65,7 +65,7 @@ apply () { elif [ $FNRET = 1 ]; then crit "$PARTITION is not a partition, correct this by yourself, I cannot help you here" elif [ $FNRET = 2 ]; then - warn "mounting $PARTITION" + warn "mounting $PARTITION" mount $PARTITION elif [ $FNRET = 3 ]; then $SUDO_CMD systemctl daemon-reload