Use standard nomenclature for Beckn-ONIX

This commit is contained in:
Venkatesh Babu
2024-04-02 11:17:51 +05:30
parent 6af56e819e
commit 794e8ce241
11 changed files with 113 additions and 106 deletions

View File

@@ -148,11 +148,11 @@ install_bpp_protocol_server(){
# MAIN SCRIPT STARTS HERE
#!/bin/bash
echo "Welcome to Beckn Onix!"
echo "Welcome to Beckn-ONIX!"
if [ -f ./onix_ascii_art.txt ]; then
cat ./onix_ascii_art.txt
else
echo "[Display Beckn ONIX ASCII Art]"
echo "[Display Beckn-ONIX ASCII Art]"
fi
echo "Beckn ONIX is a platform that helps you quickly launch and configure beckn-enabled networks."
@@ -277,6 +277,6 @@ else
exit 1
fi
echo "Process complete. Thank you for using Beckn Onix!"
echo "Process complete. Thank you for using Beckn-ONIX!"