mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-23 03:16:55 +00:00
chore: revise install.sh script
This commit is contained in:
parent
50beeef63a
commit
7c912e656f
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
print_help() {
|
print_help() {
|
||||||
echo "Usage: $0 [-s y|n] [-t h|s|l|i|m|t] -u <webuser name> -p <password for web user>"
|
echo "Usage: $0 [-s y|n] [-t h|s|l|i|m|t] -u <webuser name> -p <password for web user>"
|
||||||
echo " -s: yes or no (optional)"
|
echo " -s: Supress Install(y/n) question. Value accepted: yes or no (optional)"
|
||||||
echo " -t: h (host),s (sensor), l (llm), i(mini),m(mobile),t(tarpit) (optional)"
|
echo " -t: Type of installation. Value accepted: h (hive),s (sensor), l (llm), i(mini),m(mobile),t(tarpit) (optional)"
|
||||||
echo " -u: web username (optional)"
|
echo " -u: web username (mandatory for hive installation, otherwirse optional)"
|
||||||
echo " -p: password for web user (optional)"
|
echo " -p: password for web user (mandatory for hive installation, otherwirse optional)"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue