Loading services/run.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ help() { echo " -c : Setup different hostname for capif" echo " -c : Setup different hostname for capif" echo " -s : Run Mock server" echo " -s : Run Mock server" echo " -m : Clean monitoring service" echo " -m : Clean monitoring service" echo " -l : Set Log Level (default DEBUG)" echo " -l : Set Log Level (default DEBUG). Select one of: [CRITICAL, FATAL, ERROR, WARNING, WARN, INFO, DEBUG, NOTSET]" echo " -h : show this help" echo " -h : show this help" exit 1 exit 1 } } Loading Loading
services/run.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ help() { echo " -c : Setup different hostname for capif" echo " -c : Setup different hostname for capif" echo " -s : Run Mock server" echo " -s : Run Mock server" echo " -m : Clean monitoring service" echo " -m : Clean monitoring service" echo " -l : Set Log Level (default DEBUG)" echo " -l : Set Log Level (default DEBUG). Select one of: [CRITICAL, FATAL, ERROR, WARNING, WARN, INFO, DEBUG, NOTSET]" echo " -h : show this help" echo " -h : show this help" exit 1 exit 1 } } Loading