hotfix update system
This commit is contained in:
@@ -538,7 +538,7 @@ def gather_and_send_info():
|
|||||||
if config.git_update:
|
if config.git_update:
|
||||||
git_update = check_git_update(script_dir)
|
git_update = check_git_update(script_dir)
|
||||||
if config.update:
|
if config.update:
|
||||||
update = "on"
|
update = check_git_update(script_dir)
|
||||||
|
|
||||||
# Display collected values on screen if --display option is used
|
# Display collected values on screen if --display option is used
|
||||||
if args.display:
|
if args.display:
|
||||||
|
|||||||
Reference in New Issue
Block a user