From 53f3f15caacc185cde480797e89fae99db241dd9 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sun, 5 Mar 2017 20:24:20 +0100 Subject: [PATCH] no need to pause here --- nextcloud-startup-script.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index ac36c343..acf170b1 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -873,10 +873,6 @@ echo "| |" echo -e "| \e[91m#################### Tech and Me - 2017 ####################\e[32m |" echo "+--------------------------------------------------------------------+" echo - echo -e "\e[32m" - read -p "Press any key to continue... " -n1 -s - echo -e "\e[0m" -clear # Update Config if [ -f $SCRIPTS/update-config.php ]