From d056f2baa1b572f66e0e8070421fb70af5b84371 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Fri, 9 Sep 2022 18:46:50 +0200 Subject: [PATCH] some comments --- tools/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/install.sh b/tools/install.sh index f4e051c..0435ca1 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -12,6 +12,10 @@ chown domotique:domotique -R /usr/share/moha touch /var/log/moha.log chown domotique:domotique -R /var/log/moha.log +#CREATE USER 'moha'@'localhost' IDENTIFIED BY 'MohaMysql'; +#mysql -p < ./sql/moha.sql +# GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost'; + systemctl daemon-reload systemctl enable presenceD.service systemctl enable moha.service