From afbaeaa8430d4e46f5bcc5a196a1ae8ac0335435 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 24 Feb 2025 20:08:46 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index c4af4c6..05f6af9 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -67,8 +67,11 @@ create_dir() { then echo "" echo "error: unable to create the directory '${_directory}'" - echo " failed command:" - echo " runuser -l ${system_user} -c '${mkdir_command}'" + echo " command:" + echo " runuser -l ${system_user} -c '${mkdir_command}'" + + mkdir -p "${_directory}" + fi }