From 7d2759b80723da7389ef6b936e9aff1fdedf01e7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 31 Aug 2025 10:11:42 +0200 Subject: [PATCH] Don't need extra sleep --- bin/omarchy-install-docker-dbs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/omarchy-install-docker-dbs b/bin/omarchy-install-docker-dbs index ab9b0825..20a779f8 100755 --- a/bin/omarchy-install-docker-dbs +++ b/bin/omarchy-install-docker-dbs @@ -15,5 +15,4 @@ if [[ -n "$choices" ]]; then done else echo "No databases selected for installation." - sleep 1 fi