|
|
|
@ -346,6 +346,7 @@ commands="CREATE DATABASE IF NOT EXISTS \`${newDb}\`;CREATE USER IF NOT EXISTS '
|
|
|
|
|
|
|
|
|
|
|
|
#cho "${commands}" | /usr/bin/mysql -u root -p
|
|
|
|
#cho "${commands}" | /usr/bin/mysql -u root -p
|
|
|
|
echo "${commands}" | /usr/bin/mysql -u root
|
|
|
|
echo "${commands}" | /usr/bin/mysql -u root
|
|
|
|
|
|
|
|
/usr/bin/python3 -m pip install --upgrade spyne
|
|
|
|
###############
|
|
|
|
###############
|
|
|
|
cd /
|
|
|
|
cd /
|
|
|
|
variable=$(grep "SERVER_ID:" /opt/FreeDMR/config/FreeDMR.cfg | grep -Eo '[0-9]{1,9}')
|
|
|
|
variable=$(grep "SERVER_ID:" /opt/FreeDMR/config/FreeDMR.cfg | grep -Eo '[0-9]{1,9}')
|
|
|
|
|