We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19948fd commit 11761c1Copy full SHA for 11761c1
jailctl/jconstruct-tui
@@ -222,7 +222,7 @@ dialog_menu_main()
222
inc_menu_index item_let
223
menu_list="${menu_list} '${item_let} path' '$(curval path)' 'Path to jail mountpoint'"
224
225
- menu_list="${menu_list} '${item_let} data' '$(cutval data)' 'alternative path to data directory'"
+ menu_list="${menu_list} '${item_let} data' '$(curval data)' 'alternative path to data directory'"
226
fi
227
228
menu_list="${menu_list} '-' '-' ''"
0 commit comments