Skip to content

Commit 8ea9f6e

Browse files
committed
Update 1.synthetic.sh
1 parent 09c8b41 commit 8ea9f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/1.synthetic.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ curl https://gitlab.com/postgres-ai/database-lab/-/raw/"${TAG}"/configs/config.e
4848

4949
# Edit the following options
5050
sed -ri 's/^(\s*)(debug:.*$)/\1debug: true/' ~/.dblab/server.yml
51-
sed -ri 's/^(\s*)(- logicalDump$)/d' ~/.dblab/server.yml
52-
sed -ri 's/^(\s*)(- logicalRestore$)/d' ~/.dblab/server.yml
51+
sed -ri '/^(\s*)(- logicalDump$)/d' ~/.dblab/server.yml
52+
sed -ri '/^(\s*)(- logicalRestore$)/d' ~/.dblab/server.yml
5353
# replace postgres version
5454
sed -ri "s/:13/:${POSTGRES_VERSION}/g" ~/.dblab/server.yml
5555

0 commit comments

Comments
 (0)