From bbce49bb1cb3f7eab7bb58386b5c0f10c9aa5fc0 Mon Sep 17 00:00:00 2001 From: Jim Paris Date: Fri, 7 Aug 2020 16:09:39 -0400 Subject: [PATCH] Put Firefox config in the right place --- files/customize-inner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/customize-inner.sh b/files/customize-inner.sh index 968f811..45dce81 100755 --- a/files/customize-inner.sh +++ b/files/customize-inner.sh @@ -112,7 +112,7 @@ xmlstarlet ed -L -u "//property[@name='image-path']/@value" -v "$BG" $XML xmlstarlet ed -L -u "//property[@name='image-style']/@value" -v "3" $XML # Make Firefox nicer -install -D -m 0644 files/syspref.js /etc/hosts.nilm +install -D -m 0644 files/syspref.js /etc/firefox/syspref.js # Create NILM user. This should happen after anything that we put in # /etc/skel, since files get copied from there. Note that this user