summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/procedures/interactive-DRAFT2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/procedures/interactive-DRAFT b/src/core/procedures/interactive-DRAFT
index c4faaaa..1a5eb09 100644
--- a/src/core/procedures/interactive-DRAFT
+++ b/src/core/procedures/interactive-DRAFT
@@ -100,7 +100,7 @@ mainmenu()
echo ""
exit 0 ;;
*)
- DIALOG --yesno "Abort Installation?" 6 40 && exit 0
+ ask_yesno "Abort Installation?" && exit 0
;;
esac
}