aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xrun_onchange_after_deploy-firefox.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_onchange_after_deploy-firefox.sh b/run_onchange_after_deploy-firefox.sh
index 5108451..affea64 100755
--- a/run_onchange_after_deploy-firefox.sh
+++ b/run_onchange_after_deploy-firefox.sh
@@ -13,8 +13,8 @@ if [ -d "$PROFILES_DIR" ]; then
fi
if [ -n "$PROFILE" ]; then
- cp "$CHEZMOI_SOURCE_DIR/firefox/user-overrides.js" "$PROFILE/user-overrides.js"
+ cp --remove-destination "$CHEZMOI_SOURCE_DIR/firefox/user-overrides.js" "$PROFILE/user-overrides.js"
mkdir -p "$PROFILE/chrome"
- cp "$CHEZMOI_SOURCE_DIR/firefox/chrome/userChrome.css" "$PROFILE/chrome/userChrome.css"
+ cp --remove-destination "$CHEZMOI_SOURCE_DIR/firefox/chrome/userChrome.css" "$PROFILE/chrome/userChrome.css"
fi
fi