Skip to content

Commit

Permalink
fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Jun 25, 2024
1 parent 94d43af commit 77d2cf4
Show file tree
Hide file tree
Showing 17 changed files with 3,128 additions and 3,064 deletions.
384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/ar_SA/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/de_DE/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/en_US/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/es_ES/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/fr_FR/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/ja_JP/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/ko_KR/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

428 changes: 216 additions & 212 deletions files/initrd/opt/rr/lang/rr.pot

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/ru_RU/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/th_TH/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/tr_TR/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

385 changes: 194 additions & 191 deletions files/initrd/opt/rr/lang/uk_UA/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/vi_VN/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/zh_CN/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/zh_HK/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions files/initrd/opt/rr/lang/zh_TW/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion files/initrd/opt/rr/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ function setStaticIP() {
IPR="$(readConfigKey "network.${MACR}" "${USER_CONFIG_FILE}")"
IFS='/' read -r -a IPRA <<<"$IPR"

MSG="$(TEXT "Set to ${ETH}(${MACR}): (Delete if empty)")"
MSG="$(printf "$(TEXT "Set to %s: (Delete if empty)")" "${ETH}(${MACR})")"
while true; do
DIALOG --title "$(TEXT "Advanced")" \
--form "${MSG}" 10 60 4 "address" 1 1 "${IPRA[0]}" 1 9 36 16 "netmask" 2 1 "${IPRA[1]}" 2 9 36 16 "gateway" 3 1 "${IPRA[2]}" 3 9 36 16 "dns" 4 1 "${IPRA[3]}" 4 9 36 16 \
Expand All @@ -1521,6 +1521,7 @@ function setStaticIP() {
echo "nameserver ${dnsname:-${gateway}}" >>/etc/resolv.conf
fi
writeConfigKey "network.${MACR}" "${address}/${netmask}/${gateway}/${dnsname}" "${USER_CONFIG_FILE}"
IP="$(getIP)"
sleep 1
fi
touch ${PART1_PATH}/.build
Expand Down

0 comments on commit 77d2cf4

Please sign in to comment.