initial commit
This commit is contained in:
commit
b557c71c37
10 changed files with 189 additions and 0 deletions
8
rootfs/etc/cont-init.d/00-roundcube
Normal file
8
rootfs/etc/cont-init.d/00-roundcube
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/with-contenv sh
|
||||
|
||||
#PGPASSWORD=$DBPASSWORD psql -h $DBHOST -U $DBUSER -d $DBNAME -c "SELECT EXISTS (SELECT 1 FROM information_schema.tables WHERE table_name = 'nc_appconfig')" | grep f
|
||||
|
||||
if [ $? -ne 1 ]; then
|
||||
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue