We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0682ac3 commit 4041d97Copy full SHA for 4041d97
bin/v-rebuild-users
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
# info: rebuild system user
3
-# options: USER [RESTART]
+# options: [RESTART]
4
#
5
# The function rebuilds system user accounts.
6
@@ -24,10 +24,6 @@ export PATH=$PATH:/usr/sbin
24
# Verifications #
25
#----------------------------------------------------------#
26
27
-check_args '1' "$#" 'USER [RESTART]'
28
-is_format_valid 'user'
29
-is_object_valid 'user' 'USER' "$user"
30
-is_object_unsuspended 'user' 'USER' "$user"
31
32
33
0 commit comments