浏览代码

Duplicate username

Bob Mottram 7 年前
父节点
当前提交
1f50c4f2cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-controlpanel-user

+ 1
- 1
src/freedombone-controlpanel-user 查看文件

@@ -893,7 +893,7 @@ function show_your_email_address {
893 893
         bdsmail_address=$(cat ~/.mutt/bdsmail | grep 'set from=' | awk -F '=' '{print $2}')
894 894
         dialog --title $"Show your Email Address" \
895 895
                --backtitle $"Freedombone User Control Panel" \
896
-               --msgbox $"\nYou can press SHIFT and then drag the mouse and right click to copy.\n\nEmail Address: $MY_EMAIL_ADDRESS\n\nKey ID: $GPG_ID\n\nFingerprint: $GPG_FINGERPRINT\n\nCreated: $GPG_DATE\n\nI2P Address: ${USER}@${bdsmail_address}" 17 90
896
+               --msgbox $"\nYou can press SHIFT and then drag the mouse and right click to copy.\n\nEmail Address: $MY_EMAIL_ADDRESS\n\nKey ID: $GPG_ID\n\nFingerprint: $GPG_FINGERPRINT\n\nCreated: $GPG_DATE\n\nI2P Address: ${bdsmail_address}" 17 90
897 897
     fi
898 898
 }
899 899