use save file mode for example config

This commit is contained in:
2026-08-22 02:16:43 +02:00
parent 6a8b4b86f3
commit 3050add86f
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=$?
+1 -1
View File
@@ -394,7 +394,7 @@ case "$action" in
fi
fi
echo "Info: successfully installed pbc dependencies!"
echo "Info: successfully installed pbc dependencies"
;;
*)
"$PBC" "$action" "${args[@]}" || exit $?