From 52a270adcaa6cf9fc3ea64f662a04f19a0af0167 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Fri, 10 Apr 2020 14:51:16 +0400
Subject: [PATCH] Removed changing permissions.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index c16c1ef..30d641d 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,6 @@ shell:
 
 ## Show all hosted domains and their targets.
 list:
-	@chmod 777 ./listing.sh
 	@sh ./listing.sh
 
 # params:
-- 
GitLab