瀏覽代碼

Show user

Bob Mottram 7 年之前
父節點
當前提交
f178603ba1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-sec

+ 1
- 1
src/freedombone-sec 查看文件

88
     name+=("mariadb")
88
     name+=("mariadb")
89
 
89
 
90
     # shellcheck disable=SC2068
90
     # shellcheck disable=SC2068
91
-    selected_app_index=$(dialog --backtitle $"Freedombone Control Panel" --title $"Select App" --menu $"Select one of the following:" 24 40 17 ${W[@]} 3>&2 2>&1 1>&3)
91
+    selected_app_index=$(dialog --backtitle $"Freedombone Control Panel" --title $"User $SELECTED_USERNAME: Select App" --menu $"Select one of the following:" 24 40 17 ${W[@]} 3>&2 2>&1 1>&3)
92
 
92
 
93
     # shellcheck disable=SC2181
93
     # shellcheck disable=SC2181
94
     if [ $? -eq 0 ]; then
94
     if [ $? -eq 0 ]; then