scline / docker-cacti

Cacti version 1+ under Docker
113 stars 57 forks source link

Update upgrade.sh #107

Closed dropthemic closed 1 year ago

dropthemic commented 1 year ago

Fix issue downloading packages with http being redirect to https

dropthemic commented 1 year ago

Was receiving error when running script:

[Upgrade] Downloading Cacti from http://www.cacti.net/downloads/cacti-latest.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now

The website is redirecting to https.

scline commented 1 year ago

Nice catch 👍