diff options
author | startxfr <clarue@startx.fr> | 2015-12-06 16:41:23 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-06 16:41:23 +0100 |
commit | 7fe1c9cf9f114d40fe3f534a3902f3dff73c602f (patch) | |
tree | 5d40c66b09a9eddab90ee209a71aa37eaed787cf /Services/ooconv | |
parent | 6fc395ce332cf2565705b3a36bceaaa6f3948417 (diff) | |
download | phpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.tar.gz phpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.tar.bz2 phpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.tar.xz phpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.zip |
correcting bug and improve startup display
Diffstat (limited to 'Services/ooconv')
-rw-r--r-- | Services/ooconv/run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Services/ooconv/run.sh b/Services/ooconv/run.sh index 57b6241..4ed67b7 100644 --- a/Services/ooconv/run.sh +++ b/Services/ooconv/run.sh @@ -48,6 +48,9 @@ function end_config { function start_daemon { echo "=> Starting ooconv daemon ..." | tee -a $STARTUPLOG display_container_started | tee -a $STARTUPLOG + unoconv --listener -vvv | tee -a $STARTUPLOG + sleep 1 + killall unoconv soffice.bin exec unoconv --listener } |