From 273fc348d1eeb531e9348f29974342b06eae0609 Mon Sep 17 00:00:00 2001 From: Botspot Date: Thu, 12 Aug 2021 11:44:29 -0500 Subject: [PATCH] Doom 3: add exit 0 to uninstall cleanly --- apps/Doom 3/uninstall | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/Doom 3/uninstall b/apps/Doom 3/uninstall index a1544c4..335e43a 100755 --- a/apps/Doom 3/uninstall +++ b/apps/Doom 3/uninstall @@ -14,4 +14,8 @@ if [ -d ~/RPIDoom3Installer ];then cd ~/RPIDoom3Installer || "Failed to Change directory" echo "Running uninstall script..." ./uninstall.sh || error "Failed to execute uninstall script :(" +else + echo "WARNING: Doing nothing as ~/RPIDoom3Installer folder does not exist!" fi + +exit 0