Magellan Linux

Diff of /alx-src/branches/alxconf-060/functions/config_plugins.sh

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

revision 3494 by niro, Mon Apr 16 09:01:30 2012 UTC revision 3495 by niro, Mon Apr 16 15:13:08 2012 UTC
# Line 25  config_plugins() Line 25  config_plugins()
25   # install needed directories   # install needed directories
26   [[ ! -d ${SETTINGSPATH}/plugins ]] && install -d ${SETTINGSPATH}/plugins   [[ ! -d ${SETTINGSPATH}/plugins ]] && install -d ${SETTINGSPATH}/plugins
27    
28     rc_mecho "Configuring plugins ..."
29    
30   # get all ids   # get all ids
31   all_ids=$(mysqldo "select id from cfg_plugins where serial='${ALX_SERIAL}'")   all_ids=$(mysqldo "select id from cfg_plugins where serial='${ALX_SERIAL}'")
32    

Legend:
Removed from v.3494  
changed lines
  Added in v.3495