diff --git a/install-nextcloud.sh b/install-nextcloud.sh index d17adc4..ac74919 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -693,5 +693,5 @@ echo "" echo " https://$YOURSERVERNAME" echo "" echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" -rm ~/.bash_history && history -c && history -w +cat /dev/null > ~/.bash_history && history -c && history -w exit 0