commit 2fe9bb5f309a58c445d303c1d48073ac8db1d983 parent 4d2e2ab6c628cf4b32d32686ffc813f2925d8b62 Author: root <root@dorje.v103.te2000> Date: Wed, 13 Jul 2022 15:47:06 +0000 Fix s6-chmod invocation Diffstat:
M | install | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install b/install @@ -70,4 +70,4 @@ $qc/fdmove -c 2 1 $qc/pipeline -w { s6-tai64nlocal } tail -F /run/uncaught-logs/current EOF -"$cmd/s6-chmod" +x "$dst/init/run-image/service/console-log-tail/run" exit $? +"$cmd/s6-chmod" 755 "$dst/init/run-image/service/console-log-tail/run" exit $?