Merge pull request #369 from FezVrasta/fix-323

fixes #323
This commit is contained in:
Fez Vrasta 2016-01-27 23:39:31 +01:00
commit 0cac2ab215

View File

@ -63,7 +63,7 @@ doUninstallTools() {
sudo=
fi
read -p "Are you sure you want to uninstall the ARK Server Tools?" -n 1 -r
read -p "Are you sure you want to uninstall the ARK Server Tools? [y/N]" -n 1 -r
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
if [ -n "${install_datadir}" -a -x "${install_datadir}/arkmanager-uninstall.sh" ]; then