File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ if [ "$1" == "1" ] ; then
440440fi
441441
442442grep -s -q "db.cloud.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties" || sed -i -e "\$adb.cloud.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties"
443- grep -s -q "db.usage.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties" || sed -i -e "\$adb.usage.driver= jdbc:mysql" db.properties
443+ grep -s -q "db.usage.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties" || sed -i -e "\$adb.usage.driver= jdbc:mysql" "%{ _sysconfdir }/%{ name }/management/ db.properties"
444444grep -s -q "db.simulator.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties" || sed -i -e "\$adb.simulator.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties"
445445
446446if [ ! -f %{_datadir }/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ if [ "$1" == "1" ] ; then
397397fi
398398
399399grep -s -q "db.cloud.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties" || sed -i -e "\$adb.cloud.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties"
400- grep -s -q "db.usage.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties" || sed -i -e "\$adb.usage.driver= jdbc:mysql" db.properties
400+ grep -s -q "db.usage.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties" || sed -i -e "\$adb.usage.driver= jdbc:mysql" "%{ _sysconfdir }/%{ name }/management/ db.properties"
401401grep -s -q "db.simulator.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties" || sed -i -e "\$adb.simulator.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties"
402402
403403if [ ! -f %{_datadir }/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
You can’t perform that action at this time.
0 commit comments