No File error text in ModsPath
parent
b443c21df7
commit
aabe7afc2d
|
@ -146,9 +146,6 @@ if (Test-Network) {
|
|||
$NewMods, $DeletedMods = Test-ModsPath $WAUConfig.WAU_ModsPath.TrimEnd(" ", "\", "/") $WAUConfig.InstallLocation.TrimEnd(" ", "\")
|
||||
if ($ReachNoPath) {
|
||||
Write-Log "Couldn't reach/find/compare/copy from $($WAUConfig.WAU_ModsPath.TrimEnd(" ", "\", "/"))..." "Red"
|
||||
if ($($WAUConfig.WAU_ModsPath) -match "_apps.txt") {
|
||||
Write-Log "PATH must end with a Directory, not a File..." "Red"
|
||||
}
|
||||
$Script:ReachNoPath = $False
|
||||
}
|
||||
if ($NewMods -gt 0) {
|
||||
|
|
Loading…
Reference in New Issue