From bff345f70a642def344e8b0c6f714c638795ecdf Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Fri, 3 May 2024 16:03:04 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index e641d82..427ba75 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -137,13 +137,15 @@ if [ ${operation} == "dots" ] ; then if [[ ${ffpd} == error ]] ; then echo ${ffpd} else - 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}" + 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}" fi # hypridle