install_easy : press any key at the end to allow launch from explorer (run in terminal)

This commit is contained in:
bolvan 2019-05-04 17:57:36 +03:00
parent e599f83774
commit 14ba5e6813
2 changed files with 8 additions and 0 deletions

View File

@ -126,4 +126,8 @@ systemctl start zapret || {
exit 30 exit 30
} }
echo
echo finished. press any key to continue.
read A
exit 0 exit 0

View File

@ -61,4 +61,8 @@ if grep -q "$GET_IPLIST_PREFIX" $CRONTMP; then
fi fi
rm -f $CRONTMP rm -f $CRONTMP
echo
echo finished. press any key to continue.
read A
exit 0 exit 0