We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a7615 commit 79282f3Copy full SHA for 79282f3
install.sh
@@ -105,7 +105,7 @@ function main() {
105
fi
106
107
update_progress "${PROGRESS_ACTION}" "Xray" 75
108
- if [[ $(hconfig "core_type") == "xray" ]];then
+ if [[ $(hconfig "core_type") == "xray" || "$MODE" == "install-docker" ]];then
109
install_run xray 1 &
110
else
111
install_run xray 0 &
0 commit comments