Skip to content

Commit e764d22

Browse files
committed
Reorder echo statement after comment in configure-startup.sh
1 parent 3d825eb commit e764d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure-startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
echo "AUTHORIZED_KEYS: $AUTHORIZED_KEYS"
43
# Set the authorized keys from the AUTHORIZED_KEYS environment variable (if provided)
4+
echo "AUTHORIZED_KEYS: $AUTHORIZED_KEYS"
55
if [ -n "$AUTHORIZED_KEYS" ]; then
66
mkdir -p /root/.ssh
77
echo "$AUTHORIZED_KEYS" > /root/.ssh/authorized_keys

0 commit comments

Comments
 (0)