about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xgenenetwork-local-container.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/genenetwork-local-container.sh b/genenetwork-local-container.sh
index 605c99b..3f83a92 100755
--- a/genenetwork-local-container.sh
+++ b/genenetwork-local-container.sh
@@ -448,7 +448,6 @@ init_xapian() {
 	    log "WARNING" "Directory exists but is not writable: $BASE_DIR/var/lib/xapian.  Making this writable"
 	    sudo chown -R "$USER" "$BASE_DIR/var/lib/xapian"
         fi
-        continue
     fi
     # Check if build directory exists
     if [ ! -f "$BASE_DIR/var/lib/xapian/build" ]; then