From f46787839a70df64df9753bb609e23f55ef0ba1d Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 19 Mar 2022 00:03:03 +0000 Subject: [PATCH] remove extra print statement --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 5a8a55fc..ec4e1a32 100644 --- a/install.sh +++ b/install.sh @@ -382,8 +382,6 @@ python manage.py generate_barcode ${RANDBASE} ${djangousername} ${frontenddomain deactivate read -n 1 -s -r -p "Press any key to continue..." -print_green 'Installing the backend' - echo 'Optimizing for number of processors' uwsgiprocs=4 if [[ "$numprocs" == "1" ]]; then