- added hint how to set the password using a shell script - added a shell script to change the passwordpull/1/head
parent
16b21f7a5b
commit
8b974905ee
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd "`dirname $0`"
|
||||
./apicall.sh "/ConfigAccounts_p.html?setAdmin=&adminuser=admin&adminpw1=$1&adminpw2=$1&access=" > /dev/null
|
||||
echo "Password for User Name 'admin' set to '$1'"
|
Loading…
Reference in new issue