summaryrefslogtreecommitdiffstats
path: root/installer/pkg-generator/DEBIAN/postinst
diff options
context:
space:
mode:
authorFredy <aluque@soleta.eu>2018-06-14 14:02:23 +0200
committerFredy <aluque@soleta.eu>2018-06-14 14:02:23 +0200
commit4f6858748115df064e5557ad89e2868565e9d89d (patch)
tree72ad02820c1fddcbf51094cf401c3f230ec111ea /installer/pkg-generator/DEBIAN/postinst
parentd3a6373d608266277be0e29eedfde03bfab257a6 (diff)
#837 devel update scriptdebian-pkg
Diffstat (limited to 'installer/pkg-generator/DEBIAN/postinst')
-rwxr-xr-xinstaller/pkg-generator/DEBIAN/postinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/pkg-generator/DEBIAN/postinst b/installer/pkg-generator/DEBIAN/postinst
index 68182658..82c150e3 100755
--- a/installer/pkg-generator/DEBIAN/postinst
+++ b/installer/pkg-generator/DEBIAN/postinst
@@ -1344,6 +1344,8 @@ INSTVERSION=$(awk '{print $2}' $INSTALL_TARGET/doc/VERSION.txt)
$STARTSERVICE
+mysqlSetRootPassword "${MYSQL_ROOT_PASSWORD}"
+
mysqlTestConnection "${MYSQL_ROOT_PASSWORD}"
if [ $? -ne 0 ]; then
errorAndLog "Error while connection to mysql"