mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-18 05:08:27 +00:00
fixes #323
This commit is contained in:
parent
bbc2906bb0
commit
6f861ce482
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user