diff --git a/backend/services/shares.py b/backend/services/shares.py index 3d47f35..338ed0b 100644 --- a/backend/services/shares.py +++ b/backend/services/shares.py @@ -183,7 +183,7 @@ class SharesManager: """Read Samba global configuration from registry using 'net conf list'""" try: result = subprocess.run( - ['net', 'conf', 'list'], + ['/usr/bin/net', 'conf', 'list'], capture_output=True, text=True, timeout=10