changing simulator and endpoints for change management testing
[integration/csit.git] / tests / vid / resources / scripts / ChangingFeatureFlag.sh
1 #!/usr/bin/env bash
2
3 echo $1
4 echo $2
5
6 cd ./webapps/vid/WEB-INF/conf/
7 while read a ; do echo ${a//$1*/$1 = $2} ; done < ./features.properties > ./features.properties.t ; mv ./features.properties{.t,}