delete update.sh after execute

This commit is contained in:
qiaofeng1227 2023-06-20 15:24:14 +08:00
parent 4dde84887a
commit 3f4c1c56ab

View File

@ -75,5 +75,6 @@ if [ "$old_library_version" \< "$latest_library_version" ]; then
else
echo "Library is not need to update"
fi
rm $0
}
LibraryUpdate