From 75fff3fd95ec793657f657c82b0a9a37735d2285 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 11 Sep 2017 17:35:02 +0530 Subject: [PATCH] =?UTF-8?q?scripts:=20don=E2=80=99t=20warn=20when=20superv?= =?UTF-8?q?isor=20config=20file=20doesn=E2=80=99t=20exist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 54588ee..61c927b 100755 --- a/scripts/remove +++ b/scripts/remove @@ -26,7 +26,7 @@ sudo userdel mattermost # Remove configuration files sudo rm -f /etc/nginx/conf.d/$domain.d/mattermost.conf -sudo rm /etc/supervisor/conf.d/mattermost.conf +sudo rm -f /etc/supervisor/conf.d/mattermost.conf # Remove log files sudo rm -f /var/log/mattermost.log