stuff
This commit is contained in:
@@ -12,12 +12,12 @@ from data_loader import initialize_example_customers, get_config_dir
|
||||
def main():
|
||||
"""Initialize VPNTray configuration with example customers."""
|
||||
config_dir = get_config_dir()
|
||||
|
||||
|
||||
print("VPNTray Configuration Initializer")
|
||||
print("=" * 35)
|
||||
print(f"Configuration directory: {config_dir}")
|
||||
print()
|
||||
|
||||
|
||||
try:
|
||||
initialize_example_customers()
|
||||
print()
|
||||
@@ -32,11 +32,11 @@ def main():
|
||||
print("- Each customer gets their own .yaml/.yml file")
|
||||
print("- File names don't matter (use descriptive names)")
|
||||
print("- See example_customer.yaml for the complete schema")
|
||||
|
||||
|
||||
except Exception as e:
|
||||
print(f"❌ Error initializing configuration: {e}")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user