mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-25 18:55:24 +00:00
Fix name. Use existing directory check.
Review URL: http://codereview.chromium.org/2805051
This commit is contained in:
@@ -25,11 +25,5 @@ function generate_vpubks {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check_test_keys
|
||||||
if [ ! -d ${TESTKEY_DIR} ]; then
|
|
||||||
echo "Test Key Directory does not exist!"
|
|
||||||
echo "You must run gen_test_keys.sh first."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
generate_vpubks
|
generate_vpubks
|
||||||
Reference in New Issue
Block a user