Qualified Namespace of pscredential

Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0.
This commit is contained in:
trumblejoe 2019-07-02 13:29:28 -04:00 committed by GitHub
parent b3b08fecb2
commit b719ca5a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
param(
[Switch]$Quiet,
[Switch]$InstallAsService,
[pscredential]$ServiceUser,
[System.Management.Automation.pscredential]$ServiceUser,
[switch]$CreateDesktopShorcut,
[switch]$LaunchJellyfin,
[switch]$MigrateEmbyLibrary,