move more promptws to the scripts
This commit is contained in:
0
ip2location/config-v1.sh
Normal file
0
ip2location/config-v1.sh
Normal file
0
ip2location/install-v1.sh
Normal file
0
ip2location/install-v1.sh
Normal file
8
ip2location/prompt-v1.sh
Normal file
8
ip2location/prompt-v1.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
IP2L=$(whiptail --title "Add The IP2Location Download Client to Mystic" --radiolist --cancel-button Exit-Script "Choose Yes No" 8 58 2 \
|
||||
"Yes" "Add IP2Location Download Client" ON \
|
||||
"No" "Don't Add IP2Location Download Client" OFF \
|
||||
3>&1 1>&2 2>&3)
|
||||
exitstatus=$?
|
||||
if [ $exitstatus = 0 ]; then
|
||||
echo -e "${DGN}Add DbP Script: ${BGN}$IP2L${CL}"
|
||||
fi
|
||||
Reference in New Issue
Block a user