From 303f08e488ad36e6b0b9ec66df86d586e072275c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 21:28:44 +0100 Subject: [PATCH] removed duplicate mkdir. --- install/mealie-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/mealie-install.sh b/install/mealie-install.sh index 77424595..36777875 100644 --- a/install/mealie-install.sh +++ b/install/mealie-install.sh @@ -88,7 +88,6 @@ msg_ok "Setting up ENV" msg_info "Create user account" useradd -u 911 -U -d $MEALIE_HOME -s /bin/bash abc usermod -G users abc -mkdir $MEALIE_HOME msg_ok "Create user account" msg_info "Builder Image"