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 @@ -441,7 +441,7 @@ if [ "$1" == "1" ] ; then
441441fi
442442
443443grep -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"
444- grep -s -q "db.usage.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties" || sed -i -e "\$adb.usage.driver= jdbc:mysql" db.properties
444+ 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"
445445grep -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"
446446
447447if [ ! -f %{_datadir }/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ if [ "$1" == "1" ] ; then
398398fi
399399
400400grep -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"
401- grep -s -q "db.usage.driver= jdbc:mysql" "%{_sysconfdir }/%{name }/management/db.properties" || sed -i -e "\$adb.usage.driver= jdbc:mysql" db.properties
401+ 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"
402402grep -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"
403403
404404if [ ! -f %{_datadir }/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
You can’t perform that action at this time.
0 commit comments