use safe file mode for example config

This commit is contained in:
2026-08-22 02:19:17 +02:00
parent 6a8b4b86f3
commit bf54eab7c7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@ trap cleanup_tmpdir EXIT
! download_files config.example pbc && echo "Error downloading files!" >&2 && exit 10
chmod +x "$TMPDIR/pbc"
chmod o= "$TMPDIR/config.example"
"$TMPDIR/pbc" install
rc=$?