Variable name bug

This commit is contained in:
Bob Mottram 2015-12-22 20:33:06 +00:00
parent c372dc44c3
commit ae253f8e81
1 changed files with 1 additions and 1 deletions

View File

@ -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