git-svn-id: http://svn.calculate.ru/calculate/trunk@2258 c91db197-33c1-4113-bf15-f8a5c547ca64

master
atratsevskiy 15 years ago
parent 8d325bc324
commit 9d511b1876

@ -917,7 +917,7 @@ sub checksystem{
opendir(F, "/mnt/scratch/flash/");
foreach(readdir F){
if($_ eq "." || $_ eq ".."){next;}
if($_=~m/^livecd\.squashfs\.([0-9]+)$/){
if($_=~m/^livecd\.squashfs\.?([0-9]+)?$/){
if($1 < $revsquash){$data{squash_del} = $_}
}
}

Loading…
Cancel
Save