mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2964] frpc reload command is not compatible with '--config_dir' flags #2365
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aa51513 on GitHub (Jun 1, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2964
Bug Description
/usr/bin/frpc reload --config_dir /etc/frp/client.d
open ./frpc.ini: no such file or directory
frpc Version
0.43.0
frps Version
0.43.0
System Architecture
linux/amd64
Configurations
root@server:~# frpc reload --help
Hot-Reload frpc configuration
Usage:
frpc reload [flags]
Flags:
-h, --help help for reload
Global Flags:
-c, --config string config file of frpc (default "./frpc.ini")
--config_dir string config directory, run one frpc service for each file in config directory
-v, --version version of frpc
Logs
open ./frpc.ini: no such file or directory
Steps to reproduce
Affected area
@fatedier commented on GitHub (Jun 1, 2022):
Yes, not compatible.