mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
issue #57 upper case arguments to improve readability
This commit is contained in:
parent
44829483b6
commit
2b520fad1d
217 changed files with 449 additions and 449 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# info: rebuild system user
|
||||
# options: user [restart]
|
||||
# options: USER [RESTART]
|
||||
#
|
||||
# The function rebuilds system user account.
|
||||
|
||||
|
@ -22,7 +22,7 @@ source $VESTA/func/main.sh
|
|||
# Verifications #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
check_args '1' "$#" 'user [restart]'
|
||||
check_args '1' "$#" 'USER [RESTART]'
|
||||
validate_format 'user'
|
||||
is_object_valid 'user' 'USER' "$user"
|
||||
is_object_unsuspended 'user' 'USER' "$user"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue