mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-30 20:21:41 +01:00
Be more targetted with patch deletion
This commit is contained in:
parent
153c12dfb3
commit
0ebd642d15
@ -41,7 +41,7 @@ function savePatches {
|
||||
for i in $(seq -w 1 1 $last)
|
||||
do
|
||||
if [ $i -lt $next ]; then
|
||||
rm 0$i-*
|
||||
rm 0${i}-*.patch
|
||||
fi
|
||||
done
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user