Skip to content

Commit 79282f3

Browse files
committed
Fix install.sh to install xray if mode is docker-install
1 parent 84a7615 commit 79282f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function main() {
105105
fi
106106

107107
update_progress "${PROGRESS_ACTION}" "Xray" 75
108-
if [[ $(hconfig "core_type") == "xray" ]];then
108+
if [[ $(hconfig "core_type") == "xray" || "$MODE" == "install-docker" ]];then
109109
install_run xray 1 &
110110
else
111111
install_run xray 0 &

0 commit comments

Comments
 (0)