Skip to content

Commit f712eba

Browse files
committed
arc-functions: rewrite message
Signed-off-by: AuxXxilium <[email protected]>
1 parent e857280 commit f712eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/initrd/opt/arc/arc-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3402,7 +3402,7 @@ function getnet() {
34023402
for N in "${ETHX[@]}"; do
34033403
while true; do
34043404
dialog --backtitle "$(backtitle)" --title "Mac Setting" \
3405-
--inputbox "Type a custom Mac for ${N} (Eq. 001132a1b2c3).\nA custom Mac will not be applied to NIC!" 8 50 \
3405+
--inputbox "Type a custom Mac for ${N} (Eq. 001132a1b2c3).\nThe Mac will not be applied to NIC!" 8 50 \
34063406
2>"${TMP_PATH}/resp"
34073407
[ $? -ne 0 ] && break
34083408
MAC="$(cat "${TMP_PATH}/resp")"

0 commit comments

Comments
 (0)