mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
Add --bench-branch option
This commit is contained in:
parent
dda8837ecf
commit
dee9c25b93
@ -16,7 +16,7 @@ get_passwd() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set_opts () {
|
set_opts () {
|
||||||
OPTS=`getopt -o v --long verbose,mysql-root-password:,frappe-user:,setup-production,skip-setup-bench,help -n 'parse-options' -- "$@"`
|
OPTS=`getopt -o v --long verbose,mysql-root-password:,frappe-user:,setup-production,skip-setup-bench,bench-branch,help -n 'parse-options' -- "$@"`
|
||||||
|
|
||||||
if [ $? != 0 ] ; then echo "Failed parsing options." >&2 ; exit 1 ; fi
|
if [ $? != 0 ] ; then echo "Failed parsing options." >&2 ; exit 1 ; fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user