X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=INSTALL.sh;h=81be3e527bb05dad7b8f92962626a9425074cffc;hp=5391caef163fe1d87b013130e6e47a1e651baf48;hb=db5d6355c39327ba7f8052f360f1e846ba4ad01c;hpb=a16d8054d9577795a6d9306570eb3a06c46da147 diff --git a/INSTALL.sh b/INSTALL.sh index 5391cae..81be3e5 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -185,7 +185,7 @@ while [ $# -gt 0 ]; do -l*) legal_path="$(get_param "-l" "$1" "$2")"; sh=$?;; -U*) usock_path="$(get_param "-U" "$1" "$2")"; sh=$?;; -u*) sys_user="$(get_param "-u" "$1" "$2")"; sh=$?;; - system) action=system;; + system) action=system ; sh=1;; -W) web_only="TRUE";; -x) test_add="TRUE";; -h) usage $0; exit 0;;