Skip to content

Commit

Permalink
Update sync-accounts
Browse files Browse the repository at this point in the history
userdel was correct....
  • Loading branch information
malomalo committed Oct 3, 2014
1 parent 89962fc commit 1c45dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync-accounts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def add_system_user(name)
end

def remove_system_user(name)
`/usr/bin/deluser --remove #{name}`
`/usr/bin/userdel --remove #{name}`
end

def write_authorized_keys(user, homedir, keys)
Expand Down

0 comments on commit 1c45dd5

Please sign in to comment.