Browse Source

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

pull/31/head
bolvan 6 years ago
parent
commit
14ba5e6813
  1. 4
      install_easy.sh
  2. 4
      uninstall_easy.sh

4
install_easy.sh

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

4
uninstall_easy.sh

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

Loading…
Cancel
Save