From 468a84b5cc74432e117c4c7ec53c862be4c442d8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 11:45:30 +0200 Subject: [PATCH] Ensure directory is there --- migrations/1755867743.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/1755867743.sh b/migrations/1755867743.sh index 62b0b416..4da313ab 100644 --- a/migrations/1755867743.sh +++ b/migrations/1755867743.sh @@ -1,3 +1,4 @@ echo "Copy Omarchy logo to ~/.config/omarchy/branding/screensaver.txt so screensaver can be personalized" +mkdir -p ~/.config/omarchy/branding cp $OMARCHY_PATH/logo.txt ~/.config/omarchy/branding/screensaver.txt