remove extra print statement

This commit is contained in:
wh1te909 2022-03-19 00:03:03 +00:00
parent 228be95af1
commit f46787839a
1 changed files with 0 additions and 2 deletions

View File

@ -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