update script error

This commit is contained in:
uziel 2024-11-08 19:01:39 +08:00
parent 6b4f776c00
commit 3e24e11a48

View File

@ -48,7 +48,7 @@ RET=$?
if [ "$RET" -eq 0 ]; then if [ "$RET" -eq 0 ]; then
if [ "_${CMD}" == "_targz-pkg" ]; then if [ "_${CMD}" == "_targz-pkg" ]; then
echo "copy kernel tar file to images/" echo "copy kernel tar file to images/"
cp ${FOLDER}linux-5.15.0.bpo*.tar.gz $CUR_DIR/images/linux-5.15.0+-arm64.tar.gz cp ${FOLDER}linux-5.15.80.bpo*.tar.gz $CUR_DIR/images/linux-5.15.0+-arm64.tar.gz
fi fi
cd $CUR_DIR cd $CUR_DIR