fix print to echo

This commit is contained in:
silversword411 2022-03-15 00:20:34 -04:00
parent e898163aff
commit 0ac75092e6
2 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ read -n 1 -s -r -p "Press any key to continue..."
print_green 'Installing the backend' print_green 'Installing the backend'
print_grey 'Optimizing for number of processors' echo 'Optimizing for number of processors'
uwsgiprocs=4 uwsgiprocs=4
if [[ "$numprocs" == "1" ]]; then if [[ "$numprocs" == "1" ]]; then
uwsgiprocs=2 uwsgiprocs=2

View File

@ -251,7 +251,7 @@ npm install meshcentral@${MESH_VER}
print_green 'Restoring the backend' print_green 'Restoring the backend'
print_grey 'Optimize for number of processors' echo 'Optimize for number of processors'
numprocs=$(nproc) numprocs=$(nproc)
uwsgiprocs=4 uwsgiprocs=4
if [[ "$numprocs" == "1" ]]; then if [[ "$numprocs" == "1" ]]; then