Admin user

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

View File

@ -170,7 +170,7 @@ function delete_user {
}
function configure_remote_backups {
if ! grep -Fxq "Admin user:$SELECTED_USERNAME" $COMPLETION_FILE; then
if ! grep -Fxq "Admin user:$ADMIN_USER" $COMPLETION_FILE; then
dialog --title $"Administrator user" \
--msgbox $"No Administrator user found. Check $COMPLETION_FILE" 6 40
return