commit e7d23b3b71484a7af4b42ddd71cc8ae55462bf55
parent 91e0efcb53600671030136b92b4796c1707408a5
Author: ccx <ccx@te2000.cz>
Date: Tue, 11 Jun 2024 16:52:51 +0000
Switch from s6-test to eltest
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/s6-rc.aat b/s6-rc.aat
@@ -218,13 +218,13 @@
|start_oneshot("ssh_host_ed25519_key", "hostname rootfs")
|up()
- if -n -t { s6-test -f /etc/ssh/ssh_host_ed25519_key }
+ if -n -t { eltest -f /etc/ssh/ssh_host_ed25519_key }
ssh-keygen -N "" -t ed25519 -f /etc/ssh/ssh_host_ed25519_key
|end()
|start_oneshot("ssh_host_rsa_key", "hostname rootfs")
|up()
- if -n -t { s6-test -f /etc/ssh/ssh_host_rsa_key }
+ if -n -t { eltest -f /etc/ssh/ssh_host_rsa_key }
ssh-keygen -N "" -t rsa -b 4096 -f /etc/ssh/ssh_host_rsa_key
|end()