mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 12:00:33 +03:00
Comment out the 'Exit sbopkg' from main menu and shorten it by 1; use <Exit> button to exit sbopkg
This commit is contained in:
parent
d9ae15df75
commit
ac2acef76c
@ -2617,7 +2617,7 @@ main_menu () {
|
|||||||
"Currently using the SlackBuilds.org $SLACKVER repository." \
|
"Currently using the SlackBuilds.org $SLACKVER repository." \
|
||||||
--menu \
|
--menu \
|
||||||
"\nChoose one of the following or press <Exit> to exit.\n" \
|
"\nChoose one of the following or press <Exit> to exit.\n" \
|
||||||
17 69 9 \
|
17 69 8 \
|
||||||
"Rsync" "Rsync with SlackBuilds.org" \
|
"Rsync" "Rsync with SlackBuilds.org" \
|
||||||
"ChangeLog" "View the SlackBuilds.org ChangeLog" \
|
"ChangeLog" "View the SlackBuilds.org ChangeLog" \
|
||||||
"Packages" "List installed SBo packages" \
|
"Packages" "List installed SBo packages" \
|
||||||
@ -2626,7 +2626,9 @@ main_menu () {
|
|||||||
"Search" "Search the local SlackBuilds.org repository" \
|
"Search" "Search the local SlackBuilds.org repository" \
|
||||||
"Queue" "Manage the build queue" \
|
"Queue" "Manage the build queue" \
|
||||||
"Utilities" "Go to the utilities menu" \
|
"Utilities" "Go to the utilities menu" \
|
||||||
"Exit" "Exit sbopkg" 2>$TMP/sbopkg_main_menu_answer
|
2>$TMP/sbopkg_main_menu_answer
|
||||||
|
#FIXME: remove next line if we like it this way
|
||||||
|
#"Exit" "Exit sbopkg" 2>$TMP/sbopkg_main_menu_answer
|
||||||
|
|
||||||
R="$(cat $TMP/sbopkg_main_menu_answer)"
|
R="$(cat $TMP/sbopkg_main_menu_answer)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user