Skip to content

Commit

Permalink
enable samba at wizard
Browse files Browse the repository at this point in the history
set the samba default to enabled at the wizard
  • Loading branch information
MilhouseVH authored and CvH committed Sep 24, 2016
1 parent 17315f4 commit 96066ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/resources/lib/modules/services.py
Expand Up @@ -550,6 +550,11 @@ def do_wizard(self):
try:
self.oe.dbg_log('services::do_wizard', 'enter_function', 0)
self.oe.winOeMain.set_wizard_title(self.oe._(32311))

# Enable samba
self.struct['samba']['settings']['samba_autostart']['value'] = '1'
self.initialize_samba()

if hasattr(self, 'samba'):
self.oe.winOeMain.set_wizard_text(self.oe._(32313) + '[CR][CR]' + self.oe._(32312))
else:
Expand Down

0 comments on commit 96066ba

Please sign in to comment.