From e67cad1648746d5148803891c4c0b79e34c0a0f2 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Sat, 4 May 2024 17:20:50 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index c9fb5bb..85f0f6f 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -143,11 +143,11 @@ if [ ${operation} == "dots" ] ; then else file_name=user.js file_path=${ffpd} - mkdir -p ${file_path} deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}" file_name=userChrome.css file_path=${ffpd}/chrome + mkdir -p ${file_path} deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}" fi