mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-09 04:17:30 +08:00
Merge pull request #1762 from aacebedo/fix-setup-scripts
fixed -d option not processed in auto mode
This commit is contained in:
commit
b0eebff656
@ -325,7 +325,7 @@ function copy_user_manuals() {
|
||||
}
|
||||
|
||||
function parse_params() {
|
||||
while getopts n:i:p:d arg; do
|
||||
while getopts n:i:p:d: arg; do
|
||||
case $arg in
|
||||
n)
|
||||
server_name=${OPTARG}
|
||||
|
Loading…
Reference in New Issue
Block a user