We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4efa7 commit 9f37107Copy full SHA for 9f37107
1 file changed
builder/rootfs/bin/boot
@@ -119,6 +119,12 @@ function gen_host_keys {
119
120
gen_host_keys
121
122
+# wait until confd generates the push-images script
123
+while [[ ! -e /usr/local/bin/push-images ]]; do
124
+ echo "waiting for confd to generate '/usr/local/bin/push-images'..."
125
+ sleep 1
126
+done
127
+
128
# start an SSH daemon to process `git push` requests
129
/usr/sbin/sshd -D -e &
130
SSHD_PID=$!
0 commit comments