From 2ef758ef40b5ad8bf8b5ff7ecf8ceb06254ae8c2 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Fri, 3 May 2024 16:04:58 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index cfbb3f2..f1ad06a 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -137,15 +137,13 @@ if [ ${operation} == "dots" ] ; then if [[ ${ffpd} == error* ]] ; then echo ${ffpd} else - echo "^^^^" - echo ${ffpd} -# file_name=user.json -# file_path=${ffpd} -# deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}" -# -# file_name=userChrome.css -# file_path=${ffpd}/chrome -# deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}" + file_name=user.json + file_path=${ffpd} + deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}" + + file_name=userChrome.css + file_path=${ffpd}/chrome + deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}" fi # hypridle