Fix path of nextcloud
service proxy
This commit is contained in:
parent
796ee6dc84
commit
45d89e80b4
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ begin
|
||||||
set -l argv $argv[4..]
|
set -l argv $argv[4..]
|
||||||
getServiceDefaultProxy $domain $s "$location" --scheme https $argv
|
getServiceDefaultProxy $domain $s "$location" --scheme https $argv
|
||||||
else
|
else
|
||||||
getServiceDefaultProxy $argv --path "$location"
|
getServiceDefaultProxy $argv
|
||||||
|
|
||||||
if [ "$s" = "$service" ]
|
if [ "$s" = "$service" ]
|
||||||
printf "%s\n" \
|
printf "%s\n" \
|
||||||
|
|
Loading…
Reference in a new issue