瀏覽代碼

Qualified Namespace of pscredential

Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0.
trumblejoe 6 年之前
父節點
當前提交
b719ca5a33
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deployment/windows/install-jellyfin.ps1

+ 1 - 1
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,