This commit is contained in:
Fez Vrasta 2016-01-27 23:38:58 +01:00
parent bbc2906bb0
commit 6f861ce482

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