From 7cad65b70f2ffba2f9beabb9e231b76f0aaf5044 Mon Sep 17 00:00:00 2001 From: fro Date: Fri, 27 Jun 2025 11:57:19 -0500 Subject: [PATCH] u links to doc --- scripts/99_deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index bc17c43..edbafa3 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -320,6 +320,8 @@ if [ ${operation} == "dots" ] ; then file_name=user.js file_path=${ffpd} deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}" + # https://stackoverflow.com/questions/525592/find-and-replace-inside-a-text-file-from-a-bash-command + # https://askubuntu.com/questions/76808/how-do-i-use-variables-in-a-sed-command sed -i -e "s/{HOSTNAME}/${HOSTNAME}/g" "${file_path}/${file_name}" file_name=userChrome.css