mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Make windows shares writable
This commit is contained in:
@ -22,6 +22,7 @@ writable = yes
|
||||
force create mode = 0666
|
||||
force directory mode = 0777
|
||||
browseable = yes
|
||||
force user = mycroft
|
||||
|
||||
[Documents]
|
||||
path = /home/mycroft/Documents
|
||||
@ -31,6 +32,7 @@ writable = yes
|
||||
force create mode = 0666
|
||||
force directory mode = 0777
|
||||
browseable = yes
|
||||
force user = mycroft
|
||||
|
||||
[Music]
|
||||
path = /home/mycroft/Music
|
||||
@ -40,3 +42,4 @@ writable = yes
|
||||
force create mode = 0666
|
||||
force directory mode = 0777
|
||||
browseable = yes
|
||||
force user = mycroft
|
||||
|
Reference in New Issue
Block a user