We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b69e6 commit 6073ddeCopy full SHA for 6073dde
deployment/fix.sh
@@ -1,10 +1,10 @@
1
#!/bin/bash
2
3
chmod 666 src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
4
-sed -i '' -e "s|localhost|$1|" src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
+ sed -i'' -e "s|localhost|$1|" src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
5
6
chmod 666 src/main/resources/application.properties
7
-sed -i '' -e "s|localhost|$1|" src/main/resources/application.properties
+sed -i'' -e -e "s|localhost|$1|" src/main/resources/application.properties
8
9
cat src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
10
0 commit comments