From 7d9a845ca00527b8d30e1ebf6f81405bab7010fe Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Sat, 25 Dec 2021 14:48:38 -0500 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index dd564fc..791b807 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -48,7 +48,7 @@ install_wgd(){ # set up the local environment _check_and_set_venv - ${VIRTUAL_ENV}/bin/python3 -m pip install -U -r requirements.txt > /dev/null 2>&1 + ${VIRTUAL_ENV}/bin/python3 -m pip install -U -r requirements.txt printf "| WGDashboard installed successfully! |\n" printf "| Preparing the systemctl unit file |\n"