From d18ea541102476af51a46f724f7209f5c625a657 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Wed, 4 Oct 2023 09:43:44 -0500 Subject: [PATCH] Update update.sh --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 76ab363..cfbd9bf 100644 --- a/update.sh +++ b/update.sh @@ -346,6 +346,7 @@ commands="CREATE DATABASE IF NOT EXISTS \`${newDb}\`;CREATE USER IF NOT EXISTS ' #cho "${commands}" | /usr/bin/mysql -u root -p echo "${commands}" | /usr/bin/mysql -u root +/usr/bin/python3 -m pip install --upgrade spyne ############### cd / variable=$(grep "SERVER_ID:" /opt/FreeDMR/config/FreeDMR.cfg | grep -Eo '[0-9]{1,9}')