Skip to content

Commit

Permalink
Update builder
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Feb 5, 2025
1 parent f3df73c commit 133f59a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builder
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ _open_image
# exit 1
#fi

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

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

0 comments on commit 133f59a

Please sign in to comment.