From 8645096ef7383eb9a4550be524d305a070291c63 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Tue, 10 Jul 2018 07:11:22 +0200 Subject: [PATCH] Clear History --- install-nextcloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index 7bd203b..532e9aa 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -581,4 +581,5 @@ echo "" echo " https://$YOURSERVERNAME" echo "" echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" +history -c && history -w exit 0