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