Change permissions after copied

This commit is contained in:
2020-07-15 16:11:48 +02:00
parent 0596a2ab19
commit 099f586778
+1 -1
View File
@@ -12,7 +12,7 @@ echo " Installing lch"
echo "======================" echo "======================"
echo "" echo ""
cp lch /usr/bin/lch cp lch /usr/bin/lch
chmod +x /usr/bin/lch chmod 755 /usr/bin/lch
echo " Copied lch in /usr/bin" echo " Copied lch in /usr/bin"
cp lch.1 /usr/man/man1/lch.1 cp lch.1 /usr/man/man1/lch.1
gzip /usr/man/man1/lch.1 gzip /usr/man/man1/lch.1