Skip to content

Commit

Permalink
Update users_groups_setup.py
Browse files Browse the repository at this point in the history
Fix missing quotation
  • Loading branch information
emiliojorge committed Feb 21, 2024
1 parent 8ee5c82 commit 906e227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users_groups_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def radarr(self):
os.system('sudo usermod -a -G mediacenter radarr')

def bazarr(self):
os.system('/bin/bash -c "sudo useradd bazarr -u 13013')
os.system('/bin/bash -c "sudo useradd bazarr -u 13013"')
self.create_config_dir('bazarr')
os.system('sudo usermod -a -G mediacenter bazarr')

Expand Down

0 comments on commit 906e227

Please sign in to comment.