Loop reconf script, add minimal httpd for web resources chrooted

This commit is contained in:
andryyy
2017-01-21 11:47:51 +01:00
parent 3ece7cc7fd
commit 68d674197d
3 changed files with 21 additions and 8 deletions

View File

@@ -1,10 +1,7 @@
#!/bin/bash
# Wait for MySQL to warm-up
while ! mysqladmin ping --host mysql --silent; do
sleep 1
done
while mysqladmin ping --host mysql --silent; do
# Recreate view
@@ -99,4 +96,6 @@ echo ' </dict>
chown sogo:sogo -R /var/lib/sogo/
chmod 600 /var/lib/sogo/GNUstep/Defaults/sogod.plist
sleep infinite
sleep 99999
done;