Skip to content

Commit 9e41232

Browse files
committed
changed var name
1 parent b63eaba commit 9e41232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-restore-user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ is_backup_valid() {
5050
# Verifications #
5151
#----------------------------------------------------------#
5252

53-
args='USER BACKUP [WEB] [DNS] [MAIL] [DB] [CRON] [UDIR] [NOTIFY]'
54-
check_args '2' "$#" "$args"
53+
args_usage='USER BACKUP [WEB] [DNS] [MAIL] [DB] [CRON] [UDIR] [NOTIFY]'
54+
check_args '2' "$#" "$args_usage"
5555
validate_format 'user' 'backup'
5656
is_backup_valid
5757
is_backup_available

0 commit comments

Comments
 (0)