Admin user
This commit is contained in:
parent
ff32771e61
commit
c372dc44c3
|
@ -170,7 +170,7 @@ function delete_user {
|
||||||
}
|
}
|
||||||
|
|
||||||
function configure_remote_backups {
|
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" \
|
dialog --title $"Administrator user" \
|
||||||
--msgbox $"No Administrator user found. Check $COMPLETION_FILE" 6 40
|
--msgbox $"No Administrator user found. Check $COMPLETION_FILE" 6 40
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue