diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-04-29 09:25:30 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-04-29 09:28:54 +0530 |
commit | 7df7120b1ae66ed0e9a7c6ed9b224ba44ea1d920 (patch) | |
tree | 1a9f78045786dbbad346204d3957194af04988e4 /.local/bin/web/savesite | |
parent | a2860b969e97e47a2b1c0ddb7161adb5b35c06f3 (diff) |
Updates
Diffstat (limited to '.local/bin/web/savesite')
-rwxr-xr-x | .local/bin/web/savesite | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/web/savesite b/.local/bin/web/savesite index 206a633..66a2461 100755 --- a/.local/bin/web/savesite +++ b/.local/bin/web/savesite @@ -23,6 +23,7 @@ printf ":: Logging to: %s\n" "$WGETLOGS" --restrict-file-names=windows \ --domains "$site" \ --no-parent \ + --no-check-certificate \ --output-file "$WGETLOGS" \ "$url" |