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