commit e11399e3238ee2232e4fcc69b0af450f184310ed
parent 93b0d5ab27b5489582781f10d8175ae2bff7f2ba
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Tue, 26 Jul 2022 13:14:30 +0200
Remove incorrect chmod call
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/install b/install
@@ -34,8 +34,6 @@ install_to_all() {
for cmd in init/bin/*; do
s6-ln -s ../$cmd ./command/$cmd:t || exit $?
done
- # Ensure permissions for authorized_keys
- chmod -R go-w conf/ || exit $?
}
typeset -f -t install_to_all