From a75f8e4e7b20dbd308e1e8f41751022b9e59466d Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 24 Feb 2025 19:41:45 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 422245b..c3c96fd 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -61,6 +61,7 @@ create_dir() { _directory=$1 mkdir_command="mkdir -p \"${_directory}\"" + echo "${mkdir_command}" runuser -l ${system_user} -c '${mkdir_command}' } @@ -325,6 +326,7 @@ if [ ${operation} == "dots" ] ; then # helix file_name=config.toml file_path=/home/${system_user}/.config/helix + create_dir ${file_path} deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}" # nitrogen