move more promptws to the scripts

This commit is contained in:
Mario Fetka
2024-04-20 11:07:14 +02:00
parent 44192ec2a7
commit 2aadf552c4
26 changed files with 85 additions and 83 deletions

0
cryptlib/config-v1.sh Normal file
View File

0
cryptlib/install-v1.sh Normal file
View File

View File

@@ -0,0 +1,8 @@
CRYPT=$(whiptail --title "SSL SSH Support in Mystic" --radiolist --cancel-button Exit-Script "Choose Yes No" 8 58 2 \
"Yes" "Add ssl Support" ON \
"No" "Don't add ssl Support" OFF \
3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
echo -e "${DGN}Add ssl Support: ${BGN}$CRYPT${CL}"
fi