mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-25 16:55:53 +03:00
[GH-ISSUE #323] [BUG] Missing dot #78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Cronvs on GitHub (Sep 28, 2023).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/323
Originally assigned to: @konstruktoid on GitHub.
Describe the bug
Aptget scripts will not match.
To Reproduce
have Acquire::http::AllowRedirect option before running script, will not include the "false"/"true" in pattern.
Expected behavior
Full pattern supposed to match and be substituted.
System (lsb_release -a):
Additional context
Lazy ass bum CBA to change line 34 in aptget script from 's/.Acquire::http::AllowRedirect/......' to 's/.Acquire::http::AllowRedirect./.....". Basically, there's a dot missing before the last asterisk.
@konstruktoid commented on GitHub (Sep 29, 2023):
Thanks @Xavantex!