From b0d4927899aebaaa97d2776697c798fb9635bc94 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Tue, 10 Jul 2018 08:09:12 +0200 Subject: [PATCH] Clear history --- ssl-certificate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl-certificate.sh b/ssl-certificate.sh index c3d7bc2..2a37329 100644 --- a/ssl-certificate.sh +++ b/ssl-certificate.sh @@ -76,4 +76,5 @@ echo " Call: https://$DYNDNSNAME and enjoy your Nextcloud" echo "" echo "++++++++++++++++++++++++++++++++++++++++++++++++++++" fi +history -c && history -w exit 0