Vladyslav V. Prodan
Vladyslav V. Prodan
### Proposed changes * Replaced the logic of the `jinx restart` argument. Now this is valid restart nginx server. The reload argument - `jinx reload` is recommended for applying nginx...
Add functionality: instead `site create [] - create a site from template` to change `site create [ipv4= ipv6=] [] - create a site from template` Also in the templates, it...
``` # tmux ld-elf.so.1: Shared object "libutf8proc.so.2" not found, required by "tmux" # uname -a FreeBSD mfsbsd 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64 ```
Fixed .pl domain support and added support for .ua/.cn/.io domains.
**Is your feature request related to a problem? Please describe.** In the script usr/local/share/bastille/bootstrap.sh only one argument $1 is used, through which the FreeBSD|HardenedBSD|MidnightBSD system version, template url and different...
Renaming a function does not work with refactor if the function name contains the character ":" `'function::name' is not a valid identifier` IntelliJ IDEA 2019.2.4 and BashSuppert version 1.7.16.192
Example : `echo | openssl s_client -connect 127.0.0.1:imaps | & openssl x509 -noout -subject -issuer` Errrors: 1) Enexpected token 2) Expected a command IntelliJ IDEA 2019.2.4 and BashSuppert version 1.7.16.192
This code causes two errors at once: 1. Unresolved variable ${KERNEL_FILE} 2. Unexpected token INSTALL_KERNEL= ``` echo -n "Install kernel ${KERNEL_FILE}? (y/n): " read INSTALL_KERNEL= if [ "${INSTALL_KERNEL}" = "y"...
Allow and correctly handle unit prefix in the context of values. For example, unit prefixes - k (kilo), M (mega), G (giga), T (tera).  And after clicking the Save...