Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/include/daemon.global.class.in

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

revision 2556 by niro, Thu Sep 17 07:37:19 2015 UTC revision 2557 by niro, Thu Sep 17 07:38:54 2015 UTC
# Line 111  run_push_config() Line 111  run_push_config()
111   do   do
112   if [[ -n $(typeset -f push_config_${config}) ]]   if [[ -n $(typeset -f push_config_${config}) ]]
113   then   then
114     decho "running: 'push_config_${config} ${serial}'"
115   push_config_"${config}" "${serial}"   push_config_"${config}" "${serial}"
116   else   else
117   decho "no function 'push_config_${config}' for '${config}' found."   decho "no function 'push_config_${config}' for '${config}' found."

Legend:
Removed from v.2556  
changed lines
  Added in v.2557