This commit is contained in:
tuxwarrior
2024-05-03 16:06:21 -05:00
parent 2ef758ef40
commit ab4356173f

View File

@@ -131,7 +131,7 @@ if [ ${operation} == "dots" ] ; then
# firefox # firefox
file_name=policies.json file_name=policies.json
file_path=/usr/lib/firefox/distribution file_path=/usr/lib/firefox/distribution
deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}" deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}" no_chown
ffpd=$(firefox_profile_dir) ffpd=$(firefox_profile_dir)
if [[ ${ffpd} == error* ]] ; then if [[ ${ffpd} == error* ]] ; then