Closed grypyrg closed 9 years ago
glb_master_exists=`echo "$resources" | grep -A2 $glb_master_resource | egrep -c 'Master[^\/]'`
The code uses this a lot... glb_master_resource... grep..
so if you have p_mysql and p_mysql_2, then well... problems again...
Fixed by commit 6ad4eef6610eff3354f89433512c3c152f3d260d
The code uses this a lot... glb_master_resource... grep..
so if you have p_mysql and p_mysql_2, then well... problems again...