mirror of
https://github.com/RROrg/rr.git
synced 2025-12-19 02:30:00 +08:00
Compare commits
No commits in common. "761ce8f670ae14f910a6a582da37a3651dc9c1cb" and "74e0af058e32f5eb26c7445e14e657054f5ca73b" have entirely different histories.
761ce8f670
...
74e0af058e
BIN
docs/addons.xlsx
BIN
docs/addons.xlsx
Binary file not shown.
BIN
docs/models.xlsx
BIN
docs/models.xlsx
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
docs/pats.xlsx
BIN
docs/pats.xlsx
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
RR_VERSION="24.11.1"
|
||||
RR_VERSION="24.11.0"
|
||||
RR_RELEASE=""
|
||||
RR_TITLE="RR v${RR_VERSION}"
|
||||
|
||||
|
||||
@ -2661,7 +2661,6 @@ function changePorts() {
|
||||
HTTP=$(grep -i '^HTTP_PORT=' /etc/rrorg.conf 2>/dev/null | cut -d'=' -f2)
|
||||
DUFS=$(grep -i '^DUFS_PORT=' /etc/rrorg.conf 2>/dev/null | cut -d'=' -f2)
|
||||
TTYD=$(grep -i '^TTYD_PORT=' /etc/rrorg.conf 2>/dev/null | cut -d'=' -f2)
|
||||
while true; do
|
||||
DIALOG --title "$(TEXT "Settings")" \
|
||||
--form "${MSG}" 11 70 3 "HTTP" 1 1 "${HTTP:-7080}" 1 10 55 0 "DUFS" 2 1 "${DUFS:-7304}" 2 10 55 0 "TTYD" 3 1 "${TTYD:-7681}" 3 10 55 0 \
|
||||
2>"${TMP_PATH}/resp"
|
||||
@ -2730,7 +2729,6 @@ function changePorts() {
|
||||
break
|
||||
;;
|
||||
esac
|
||||
done
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
24.11.1
|
||||
24.11.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user