summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMartiMcFly2016-09-15 15:17:52 +0200
committerMartiMcFly2016-09-15 15:17:52 +0200
commit3022771a781cffc1164022de61a40c6c3e958c79 (patch)
tree63bc0f3647f69efbfc7eb77c9fd81c5425aec404 /install
parent0e7fb38595a9bf42bb30560e68feb2c08715213c (diff)
downloadaur-3022771a781cffc1164022de61a40c6c3e958c79.tar.gz
cosmetics
Diffstat (limited to 'install')
-rw-r--r--install7
1 files changed, 4 insertions, 3 deletions
diff --git a/install b/install
index e61493a4e70f..a0fbece53197 100644
--- a/install
+++ b/install
@@ -90,13 +90,14 @@ post_install() {
mysql -u root -e "GRANT ALL PRIVILEGES ON zarafa.* TO zarafa@localhost IDENTIFIED BY '${_mysql_password}';" >> $installlog 2>> $installlog
echo "[DONE] Create Zarafa database"
- echo "[....] Start Zarafa and install database tables"
+ echo "[....] Start Zarafa and install database tables (this will take a while >1min)"
systemctl start zarafa-server >> $installlog 2>> $installlog
+ sleep 60 >> $installlog 2>> $installlog
echo "[DONE] Start Zarafa and install database tables"
echo "[....] Stop Zarafa and MySQL"
- systemctl start mysqld >> $installlog 2>> $installlog
- systemctl start zarafa-server >> $installlog 2>> $installlog
+ systemctl stop zarafa-server >> $installlog 2>> $installlog
+ systemctl stop mysqld >> $installlog 2>> $installlog
echo "[DONE] Stop Zarafa and MySQL"
else
cat <<EOF