added ignore me

This commit is contained in:
Erik Eckert 2025-01-09 08:09:17 -07:00
parent 1c50fb7e51
commit 965e55ab57

View File

@ -100,6 +100,10 @@ foreach ($folder in $Local_Folder_List) {
$ErrorMessage += '`"' + $FolderName + "`": Path.txt must specify only one path.<br />" $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 { else {
$Egnyte_Path_Valid = $true $Egnyte_Path_Valid = $true
} }