Skip to content

Commit abe9464

Browse files
sheikh-armanArnobKumarSaha
authored andcommitted
Fix Syntax Issue (#65)
Signed-off-by: SK Ali Arman <[email protected]>
1 parent ab1d159 commit abe9464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/standalone-run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

3-
if [[ -z "$TOPOLOGY" ]]; then
3+
if [[ "$TOPOLOGY" == "" ]]; then
44
RECOVERY_DONE_FILE="/tmp/recovery.done"
55
if [[ "$PITR_RESTORE" == "true" ]]; then
66
while true; do

0 commit comments

Comments
 (0)