mirror of
https://github.com/pi-hole/FTL.git
synced 2026-07-09 04:03:50 +01:00
Automatically migrate the API password hash and the lists of clients and domains to be excluded from setupVars.conf
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -67,7 +67,7 @@ if __name__ == "__main__":
|
||||
if errs[1] > 0:
|
||||
print("Found " + str(errs[1]) + " undocumented endpoints")
|
||||
if errs[2] > 0:
|
||||
print("Found " + str(errs[2]) + " endpoints not matching specs")
|
||||
print("Found " + str(errs[2]) + " specs mismatches")
|
||||
|
||||
# Exit with an error if there are missing endpoints
|
||||
if sum(errs) > 0:
|
||||
|
||||
Reference in New Issue
Block a user