From 406b1b719b9b266a5e875356c0494cf93e432082 Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Fri, 17 Aug 2018 18:14:10 -0600 Subject: [PATCH] Fix if block. --- remove.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/remove.sh b/remove.sh index 3f047f0..1fb38b4 100644 --- a/remove.sh +++ b/remove.sh @@ -17,3 +17,4 @@ if test ! -d /opt/gitea echo "Gitea has been completely removed." else echo "Gitea has not been completely removed. File an issue here: https://git.coolaj86.com/coolaj86/gitea-installer.sh/issues/new" +fi