fix
This commit is contained in:
parent
862b7911ee
commit
14cba2a2a3
1 changed files with 6 additions and 1 deletions
|
@ -28,6 +28,11 @@ export PATH
|
|||
#
|
||||
# $ sudo bash install.sh --path "/data/websoft9/source"
|
||||
#
|
||||
# --devto
|
||||
# Use the --devto option to developer mode, devto is the developer code path, for example:
|
||||
#
|
||||
# $ sudo bash install.sh --devto "/data/dev/mycode"
|
||||
#
|
||||
# ==============================================================================
|
||||
|
||||
|
||||
|
@ -56,7 +61,7 @@ while [[ $# -gt 0 ]]; do
|
|||
shift 2
|
||||
;;
|
||||
--devto)
|
||||
path="$2"
|
||||
devto="$2"
|
||||
shift 2
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Reference in a new issue