summaryrefslogtreecommitdiffstats
path: root/scripts/sh/remove_ergo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sh/remove_ergo.sh')
-rwxr-xr-xscripts/sh/remove_ergo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sh/remove_ergo.sh b/scripts/sh/remove_ergo.sh
index c9af4de..0634946 100755
--- a/scripts/sh/remove_ergo.sh
+++ b/scripts/sh/remove_ergo.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-if [ ! /opt/ergo ]
+if [ ! -d /opt/ergo ]
echo
then
read -p "Remove Ergo? This will kill running Ergo services and cause data loss. " -n 1 -r