mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-25 10:45:02 +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
|
||||
}
|
||||
|
||||
|
||||
if [ ! -d ${TESTKEY_DIR} ]; then
|
||||
echo "Test Key Directory does not exist!"
|
||||
echo "You must run gen_test_keys.sh first."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
check_test_keys
|
||||
generate_vpubks
|
||||
Reference in New Issue
Block a user