chore(init): More info on cli

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-01-23 15:30:05 +01:00
parent 678231d637
commit 43272a0197

View file

@ -5,6 +5,7 @@ set -e
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
BWHITE='\033[1;37m'
NC='\033[0m' # No Color
# --- helper functions for logs ---
info()
@ -180,3 +181,4 @@ function main() {
main
info "Configuration file is saved in /var/lib/openreplay/vars.yaml"
info "Run ${BWHITE}openreplay -h${GREEN} to see the cli information to manage OpenReplay"