From c4cbdd173945257b399c1e7850da5fe83ba38bd6 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Fri, 3 May 2024 13:02:07 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 54a3d35..fdc0c37 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -91,9 +91,10 @@ if [ ${operation} == "dots" ] ; then deploy_file "${dots_trg}/bin/*" "${file_path}/${file_name}" # environment + file_name=environment file_path=/etc - deploy_file "${dots_trg}/environment/environment" "${file_path}/${file_name}" no_chown -# + deploy_file "${dots_trg}/environment/${file_name}" "${file_path}/${file_name}" no_chown + # # hypridle # file_name=hypridle.conf # file_path=/home/${user}/.config/hypr