mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add null check for missing method
This commit is contained in:
parent
d2adb5d068
commit
870e14b5bb
@ -33,7 +33,7 @@ main () {
|
||||
install_version v4 6ebc6938
|
||||
install_version v5 88a356f0
|
||||
install_version v6 abd8a309
|
||||
install_version v7 9d8b914a
|
||||
install_version v7 3506b60c
|
||||
install_x2t v7.3+1 ab0c05b0e4c81071acea83f0c6a8e75f5870c360ec4abc4af09105dd9b52264af9711ec0b7020e87095193ac9b6e20305e446f2321a541f743626a598e5318c1
|
||||
|
||||
rm -rf "$BUILDS_DIR"
|
||||
@ -74,7 +74,7 @@ parse_arguments () {
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
ask_for_license () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user