소스 검색

Show user

Bob Mottram 7 년 전
부모
커밋
f178603ba1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-sec

+ 1
- 1
src/freedombone-sec 파일 보기

@@ -88,7 +88,7 @@ function passwords_show_apps {
88 88
     name+=("mariadb")
89 89
 
90 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 93
     # shellcheck disable=SC2181
94 94
     if [ $? -eq 0 ]; then