added ignore me
This commit is contained in:
parent
1c50fb7e51
commit
965e55ab57
@ -100,6 +100,10 @@ foreach ($folder in $Local_Folder_List) {
|
||||
$ErrorMessage += '`"' + $FolderName + "`": Path.txt must specify only one path.<br />"
|
||||
|
||||
}
|
||||
if ($Egnyte_Path -eq "IgnoreMe") {
|
||||
# allows us to set folders to ignored by changing Path.txt to contain IgnoreMe
|
||||
$Egnyte_Path_Valid = $false
|
||||
}
|
||||
else {
|
||||
$Egnyte_Path_Valid = $true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user