Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Completely re-wrote GetVersionInformation - Should work all the time, everytime! - Check now reads $(pihole -v -p) to gather current and latest versions - Check handles issues with Pihole version returning "ERROR" - Check only needs to run once on start-up, any additional calls will check for piHoleVersion file, then stop - Added CheckConnectivity - Used to ensure that network connectivity is available prior to starting PADD - Caused issues with GetVersionInformation running prior it being online and able to check for the latest version of Pi-hole - Attempts to connect to Google - Will slowly time out after 8 attempts - Refactored GetPiholeInformation - Uses $(pihole status web) only once - Gathers information about FTL's cpu and memory use if FTL is running - Renamed additional variables
- Loading branch information