This commit is contained in:
Darren 2023-10-12 10:26:44 +08:00 committed by GitHub
parent 862b7911ee
commit 14cba2a2a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
;;
*)