From 0f49c62db706c70a958fb50c684eb6d778c09647 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Fri, 22 Apr 2022 10:49:31 +0800 Subject: [PATCH] Update t.sh --- old/t.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/old/t.sh b/old/t.sh index 4b505ec..70f7ab3 100644 --- a/old/t.sh +++ b/old/t.sh @@ -42,8 +42,8 @@ T[E16]="Congratulations! WARP is turned on. Spend time:\$(( end - start )) secon T[C16]="恭喜!WARP 已开启,总耗时:\$(( end - start ))秒, 脚本当天运行次数:\$TODAY,累计运行次数:\$TOTAL" T[E17]="Device name:\$(grep -s 'Device name' /etc/wireguard/info.log | awk '{ print \$NF }')\\\n Quota:\$(grep -s Quota /etc/wireguard/info.log | awk '{ print \$(NF-1), \$NF }')" T[C17]="设备名:\$(grep -s 'Device name' /etc/wireguard/info.log | awk '{ print \$NF }')\\\n 剩余流量:\$(grep -s Quota /etc/wireguard/info.log | awk '{ print \$(NF-1), \$NF }')" -T[E18]="Run again with warp [option] [lisence], such as" -T[C18]="再次运行用 warp [option] [lisence],如" +T[E18]="Run again with warp [option], such as" +T[C18]="再次运行用 warp [option],如" T[E19]="WARP installation failed. Feedback: [https://github.com/fscarmen/warp/issues]" T[C19]="WARP 安装失败,问题反馈:[https://github.com/fscarmen/warp/issues]" T[E20]="warp h (help)\n warp o (WARP on-off)\n warp u (Turn off and uninstall WARP interface)\n warp a (Upgrade to WARP+ or Teams account)\n warp e (Install WARP in English)\n warp c (Install WARP in Chinese)\n warp v (Sync the latest version)"