Update 5_server-configure.sh

This commit is contained in:
bash
2024-09-23 19:00:50 +02:00
committed by GitHub
parent 4756e6a631
commit cba1950259

View File

@@ -11,6 +11,12 @@ then
sudo service mysql start
##########################################################################################
# USER CONFIG
##########################################################################################
set -a; source ${ROOT_DIR}/settings.env; set +a
##########################################################################################
# Create acore account
##########################################################################################