Skip to content

Commit

Permalink
Changed from deluser to userdel
Browse files Browse the repository at this point in the history
  • Loading branch information
malomalo committed Oct 3, 2014
1 parent 2b4f40e commit 89962fc
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/userdel --remove #{name}`
`/usr/bin/deluser --remove #{name}`
end

def write_authorized_keys(user, homedir, keys)
Expand Down

0 comments on commit 89962fc

Please sign in to comment.