diff options
| author | trumblejoe <trumblejoe@gmail.com> | 2019-07-02 13:29:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-02 13:29:28 -0400 |
| commit | b719ca5a333504d2297bb1c667a3fea8447e324b (patch) | |
| tree | decee837addd173dd656661161391891980fc554 | |
| parent | b3b08fecb29f22c9d8550b49bd2bca18c339ef7b (diff) | |
Qualified Namespace of pscredential
Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0.
| -rw-r--r-- | deployment/windows/install-jellyfin.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/windows/install-jellyfin.ps1 b/deployment/windows/install-jellyfin.ps1 index 0cd7f5236..e909a0468 100644 --- a/deployment/windows/install-jellyfin.ps1 +++ b/deployment/windows/install-jellyfin.ps1 @@ -3,7 +3,7 @@ param( [Switch]$Quiet, [Switch]$InstallAsService, - [pscredential]$ServiceUser, + [System.Management.Automation.pscredential]$ServiceUser, [switch]$CreateDesktopShorcut, [switch]$LaunchJellyfin, [switch]$MigrateEmbyLibrary, |
