X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=INSTALL.sh;h=81be3e527bb05dad7b8f92962626a9425074cffc;hp=5391caef163fe1d87b013130e6e47a1e651baf48;hb=5470910335a6a3e37b30783bfa39a15e8ff225b1;hpb=47ae15c35f3c407208e52329949039a55e1f3693 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;;