Skip to content

Commit 133f59a

Browse files
authored
Update builder
1 parent f3df73c commit 133f59a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

builder

+4-4
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ _open_image
269269
# exit 1
270270
#fi
271271

272-
if [[ $authorized_keys_lines -le 20 ]]; then
273-
echo "/root/.ssh/authorized_keys has 20 line or less."
274-
#exit 1
275-
fi
272+
#if [[ $authorized_keys_lines -le 20 ]]; then
273+
# echo "/root/.ssh/authorized_keys has 20 line or less."
274+
# exit 1
275+
#fi
276276

277277
# vim:autoindent:tabstop=2:shiftwidth=2:expandtab:softtabstop=2:

0 commit comments

Comments
 (0)