Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
sed out fake mode the right way
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Oct 16, 2010
1 parent 769a3ba commit 29a9e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bt-nimbus.sh
Expand Up @@ -56,7 +56,7 @@ echo "========================================="
cd $NIMBUS_HOME

# change fake mode
sed -i 's/fake.mode=false/fake.mode=true/' ./services/etc/nimbus/workspace-service/other/common.conf
sed -i 's/fake.mode=true/fake.mode=false/' ./services/etc/nimbus/workspace-service/other/common.conf

pkill cumulus
./bin/nimbusctl restart
Expand Down

0 comments on commit 29a9e04

Please sign in to comment.