d
This commit is contained in:
@@ -876,15 +876,6 @@ def main() -> int:
|
||||
if hydrus_script.exists():
|
||||
try:
|
||||
subprocess.check_call([sys.executable, str(hydrus_script)])
|
||||
|
||||
# New: Prompt for location as requested
|
||||
print("\n" + "="*40)
|
||||
print(" HYDRUS CONFIGURATION")
|
||||
print("="*40)
|
||||
location = input("\nEnter the absolute path to your Hydrus git clone\n(to link it with Medios-Macina config): ").strip()
|
||||
if location:
|
||||
if _update_config_value(repo_root, "gitclone", location):
|
||||
print(f"✅ Updated config.conf with gitclone=\"{location}\"")
|
||||
except subprocess.CalledProcessError:
|
||||
print("\nHydrusNetwork setup exited with an error.")
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user