Small changes to make things more clear.
This commit is contained in:
parent
e034c518ee
commit
c1451d0a9e
2
tojam
2
tojam
@ -110,6 +110,7 @@ configure_ninjam() {
|
||||
)
|
||||
setting="$(dialog --backtitle "Tojam" \
|
||||
--no-tags \
|
||||
--cancel-label "Close" \
|
||||
--menu "Select a setting" -1 -1 -1 "${settings[@]}" --stdout)"
|
||||
menuCode=$?
|
||||
if [ ${menuCode} -eq 1 -o ${menuCode} -eq 255 ]; then
|
||||
@ -185,6 +186,7 @@ configure_ninjam() {
|
||||
;;
|
||||
esac
|
||||
done
|
||||
dialog --msgbox "Please relaunch ${0##*/} to continue." -1 -1
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user