forked from norman/fusionpbx-install.sh-github-mirror
Update the Windows install.
This commit is contained in:
7
windows/resources/get-system_password.ps1
Normal file
7
windows/resources/get-system_password.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
#System Password
|
||||
if ($system_password -eq 'random') {
|
||||
$system_password = New-Password 20
|
||||
}
|
||||
elseif ($system_password -eq '') {
|
||||
$system_password = Read-Host -Prompt "Enter system password"
|
||||
}
|
||||
Reference in New Issue
Block a user