mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-20 03:36:25 +00:00
confwiz: change smb service name to remove 'tahoe'
the name 'tahoe' is in the process of being removed from the windows installer and binaries. this changes the name of the smb service the confwiz tries to start to 'Allmydata SMB'
This commit is contained in:
parent
098b593a21
commit
7f35743f85
@ -5,7 +5,7 @@ BACKEND = 'native_client.php'
|
||||
ACCOUNT_PAGE = 'account'
|
||||
WELCOME_PAGE = 'welcome_install'
|
||||
TAHOESVC_NAME = 'Tahoe'
|
||||
WINFUSESVC_NAME = 'Allmydata Tahoe SMB'
|
||||
WINFUSESVC_NAME = 'Allmydata SMB'
|
||||
|
||||
import os
|
||||
import re
|
||||
|
Loading…
Reference in New Issue
Block a user