about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xgenenetwork-local-container.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/genenetwork-local-container.sh b/genenetwork-local-container.sh
index 16492c6..f178ed9 100755
--- a/genenetwork-local-container.sh
+++ b/genenetwork-local-container.sh
@@ -98,7 +98,7 @@ if [ -z "${HOME:-}" ]; then
 fi
 
 init_container() {
-        log "INFO" "Creating system directories..."
+    log "INFO" "Creating system directories..."
     for dir in "${SYSTEM_DIRECTORIES[@]}"; do
 	# Check if directory exists and is accessible
 	if [ -d "$dir" ]; then
@@ -284,6 +284,7 @@ init_container() {
     log "INFO" "Email: test@development.user"
     log "INFO" "Password: testpasswd"
 }
+
 if [ "$1" = "--init-container" ]; then
     init_container
     exit 0
@@ -634,7 +635,7 @@ run_beginner_setup_tutorial() {
 
 # Check for --beginner-set-up flag or run tutorial interactively
 if [ "$1" = "--beginner-set-up" ]; then
-# Interactive mode: run the tutorial
+    # Interactive mode: run the tutorial
     run_beginner_setup_tutorial
     exit 0
 fi