Fix menu.sh and update.sh bugs

This commit is contained in:
Sarina
2024-07-22 17:03:41 +03:30
parent 061a85a167
commit f515a881a7
2 changed files with 7 additions and 7 deletions

View File

@ -73,7 +73,7 @@ hysteria2_change_port_handler() {
break
fi
done
python3 $CLI_PATH change-port --port "$port"
python3 $CLI_PATH change-hysteria2-port --port "$port"
}
# TODO check it out