mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
During shellcheck of Hestia source code I noticed the following error matching the line: ^----^ SC2076: Don't quote right-hand side of =~, it'll match literally rather than as a regex. ^--------------^ SC2076: Don't quote right-hand side of =~, it'll match literally rather Proof of concept: root@dev:~# v-add-web-domain jaap jaap..nu Error: nginx restart failed root@dev:~# v-add-web-domain jaap jaap..nu Error: invalid domain format :: jaap..nu |
||
---|---|---|
.. | ||
db.sh | ||
domain.sh | ||
handle_parameters.sh | ||
ip.sh | ||
main.php | ||
main.sh | ||
rebuild.sh | ||
remote.sh | ||
string.php |