From 099f586778983d4cc34a702ae33c8ba5dc2cfdf5 Mon Sep 17 00:00:00 2001 From: radikal Date: Wed, 15 Jul 2020 16:11:48 +0200 Subject: [PATCH] Change permissions after copied --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8e218ee..5fd2084 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ echo " Installing lch" echo "======================" echo "" cp lch /usr/bin/lch -chmod +x /usr/bin/lch +chmod 755 /usr/bin/lch echo " Copied lch in /usr/bin" cp lch.1 /usr/man/man1/lch.1 gzip /usr/man/man1/lch.1