File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Restart=always
88RestartSec =3
99WorkingDirectory =/opt/hiddify-manager/other/hiddify-cli
1010EnvironmentFile =/opt/hiddify-manager/other/hiddify-cli/.env
11- ExecStart =/opt/hiddify-manager/other/hiddify-cli/HiddifyCli run -c $SUB_LINK -d h_client_config.json
11+ ExecStart =/opt/hiddify-manager/other/hiddify-cli/HiddifyCli run -c config_.json -d h_client_config.json
1212User =hiddify-cli
1313[Install]
1414WantedBy =multi-user.target
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ echo "SUB_LINK=$SUB_LINK" > .env
1212chown hiddify-cli .env
1313chmod 600 .env*
1414chown hiddify-cli -R .
15-
15+ echo " Updating Sublink config from hpanel to hiddifycli"
16+ curl -s " $SUB_LINK " -o config_.json
1617systemctl restart hiddify-cli.service
You can’t perform that action at this time.
0 commit comments