mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-20 22:21:09 +10:00
typos
This commit is contained in:
+2
-1
@@ -573,7 +573,8 @@ if (!($cache_on) -and !($cache_off)) {
|
|||||||
|
|
||||||
do {
|
do {
|
||||||
$ch = Read-Host -Prompt "Cache files that have not been used for more than XX days will be deleted.
|
$ch = Read-Host -Prompt "Cache files that have not been used for more than XX days will be deleted.
|
||||||
Enter the number of days from 1 to 100"`n
|
Enter the number of days from 1 to 100"
|
||||||
|
Write-Host ""
|
||||||
if (!($ch -match "^[1-9][0-9]?$|^100$")) { incorrectValue }
|
if (!($ch -match "^[1-9][0-9]?$|^100$")) { incorrectValue }
|
||||||
}
|
}
|
||||||
while ($ch -notmatch '^[1-9][0-9]?$|^100$')
|
while ($ch -notmatch '^[1-9][0-9]?$|^100$')
|
||||||
|
|||||||
Reference in New Issue
Block a user