Magellan Linux

Diff of /alx-src/branches/alx-web-070/scripts/sql-schema/mcore-sql-schema.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8551 by niro, Mon Feb 8 13:09:17 2016 UTC revision 8552 by niro, Mon Feb 8 13:33:18 2016 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    
3    # read sql settings from configuration file
4    if [ -f ./conf/mcore-sql-schema.conf ]
5    then
6     source ./conf/mcore-sql-schema.conf
7    fi
8    
9  # include everything from include  # include everything from include
10  for inc in $(find ./include -type f -name \*.sh)  for inc in $(find ./include -type f -name \*.sh)
11  do  do

Legend:
Removed from v.8551  
changed lines
  Added in v.8552