Suppress 'User already exists' message in setup script
This commit is contained in:
parent
1f57a8c77a
commit
005a878681
1 changed files with 1 additions and 1 deletions
|
|
@ -3784,7 +3784,7 @@ fi
|
|||
|
||||
# Create monitoring user
|
||||
echo "Creating monitoring user..."
|
||||
pveum user add pulse-monitor@pam --comment "Pulse monitoring service" 2>/dev/null || echo "User already exists"
|
||||
pveum user add pulse-monitor@pam --comment "Pulse monitoring service" 2>/dev/null || true
|
||||
|
||||
SETUP_AUTH_TOKEN="%s"
|
||||
AUTO_REG_SUCCESS=false
|
||||
|
|
|
|||
Loading…
Reference in a new issue