Variable name bug
This commit is contained in:
parent
c372dc44c3
commit
ae253f8e81
|
@ -175,7 +175,7 @@ function configure_remote_backups {
|
|||
--msgbox $"No Administrator user found. Check $COMPLETION_FILE" 6 40
|
||||
return
|
||||
fi
|
||||
if [ ${#ADMIN} -lt 2 ]; then
|
||||
if [ ${#ADMIN_USER} -lt 2 ]; then
|
||||
dialog --title $"Administrator user" \
|
||||
--msgbox $"Username not found" 6 40
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue