Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
c87cedc8
Unverified
Commit
c87cedc8
authored
Oct 08, 2018
by
Igor Pečovnik
Committed by
GitHub
Oct 08, 2018
Browse files
Extend menu size
parent
8790b38c
Changes
1
Show whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
c87cedc8
...
@@ -1113,7 +1113,7 @@ function jobs ()
...
@@ -1113,7 +1113,7 @@ function jobs ()
exec
3>&1
exec
3>&1
selection
=
$(
dialog
--backtitle
"
$BACKTITLE
"
--title
"Toggle motd executing scripts"
--clear
--cancel-label
\
selection
=
$(
dialog
--backtitle
"
$BACKTITLE
"
--title
"Toggle motd executing scripts"
--clear
--cancel-label
\
"Exit"
--ok-label
"Save"
--checklist
"
\n
Choose what you want to enable or disable:
\n
"
\
"Exit"
--ok-label
"Save"
--checklist
"
\n
Choose what you want to enable or disable:
\n
"
\
$LISTLENGHT
7
0 15
"
${
MOTD
[@]
}
"
2>&1 1>&3
)
$LISTLENGHT
8
0 15
"
${
MOTD
[@]
}
"
2>&1 1>&3
)
exit_status
=
$?
exit_status
=
$?
exec
3>&-
exec
3>&-
case
$exit_status
in
case
$exit_status
in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment