Zoom Rooms automation

KyleEricson
Valued Contributor II

I see this inside the zoom rooms pkg. I would like to automate this so I can deploy it silently.
Any ideas?

#!/bin/sh


#$1 user name, $2 password
function enableAutoLogin()
{
    # parameters for auto login
    key=( '125' '137' '82' '35' '210' '188' '221' '234' '163' '185' '31' )
    key_length=${#key}
    user_name=$1
    user_password=$2
    user_password_encoded=""
    output_file="/etc/kcpassword"
Read My Blog: https://www.ericsontech.com
0 REPLIES 0