From 0ac75092e62a5e60549322d60cec4d19d1c790c4 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Tue, 15 Mar 2022 00:20:34 -0400 Subject: [PATCH] fix print to echo --- install.sh | 2 +- restore.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ab5fea22..9bda6d8c 100644 --- a/install.sh +++ b/install.sh @@ -384,7 +384,7 @@ read -n 1 -s -r -p "Press any key to continue..." print_green 'Installing the backend' -print_grey 'Optimizing for number of processors' +echo 'Optimizing for number of processors' uwsgiprocs=4 if [[ "$numprocs" == "1" ]]; then uwsgiprocs=2 diff --git a/restore.sh b/restore.sh index f877e30e..f489fc55 100755 --- a/restore.sh +++ b/restore.sh @@ -251,7 +251,7 @@ npm install meshcentral@${MESH_VER} print_green 'Restoring the backend' -print_grey 'Optimize for number of processors' +echo 'Optimize for number of processors' numprocs=$(nproc) uwsgiprocs=4 if [[ "$numprocs" == "1" ]]; then