mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge pull request #1736 from ruwany/fix-branch
Adding fix for changing input-event-adapter.xml super admin credentials
This commit is contained in:
commit
ec92c8bdb9
@ -89,6 +89,11 @@ sed -i -e 's#\(<property key="username">\)'$val1'\(</property>\)#\1'$val3'\2#g'
|
||||
sed -i -e 's#\(<property key="password">\)'$val2'\(</property>\)#\1'$val4'\2#g' ../wso2/analytics/conf/input-event-adapters.xml
|
||||
echo "Completed!!"
|
||||
|
||||
echo "Changing <IoT_HOME>/conf/input-event-adapters.xml"
|
||||
sed -i -e 's#\(<property key="username">\)'$val1'\(</property>\)#\1'$val3'\2#g' ../conf/input-event-adapters.xml
|
||||
sed -i -e 's#\(<property key="password">\)'$val2'\(</property>\)#\1'$val4'\2#g' ../conf/input-event-adapters.xml
|
||||
echo "Completed!!"
|
||||
|
||||
echo "Changing <IoT_HOME>/conf/output-event-adapters.xml"
|
||||
sed -i -e 's#\(<property key="username">\)'$val1'\(</property>\)#\1'$val3'\2#g' ../conf/output-event-adapters.xml
|
||||
sed -i -e 's#\(<property key="password">\)'$val2'\(</property>\)#\1'$val4'\2#g' ../conf/output-event-adapters.xml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user