From f329ac4ba5eb973c58c3bc5dd951d5e85b4b4bba Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Tue, 24 Jul 2018 14:23:01 +0200 Subject: [PATCH] Clean history rm ~/.bash_history && history -c && history -w --- install-nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index 221c615..c651c1d 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -590,5 +590,5 @@ echo "" echo " https://$YOURSERVERNAME" echo "" echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" -history -c && history -w +rm ~/.bash_history && history -c && history -w exit 0