Skip to content

Commit 7862409

Browse files
authored
Update builder
1 parent c086ede commit 7862409

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

builder

+5-5
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ function _check_space_left {
173173
echo "Space left: ${space_left}K"
174174
}
175175

176-
function _count_authorized_keys_lines {
177-
authorized_keys_lines=$(wc -l < mnt/img_root/root/.ssh/authorized_keys)
178-
echo "There are ${authorized_keys_lines} line(s) in /root/.ssh/authorized_keys"
179-
}
176+
#function _count_authorized_keys_lines {
177+
# authorized_keys_lines=$(wc -l < mnt/img_root/root/.ssh/authorized_keys)
178+
# echo "There are ${authorized_keys_lines} line(s) in /root/.ssh/authorized_keys"
179+
#}
180180

181181
function _modify_image {
182182
echo "Modifying Image"
@@ -189,7 +189,7 @@ function _modify_image {
189189

190190
_enable_daemons
191191
_check_space_left
192-
#_count_authorized_keys_lines
192+
# _count_authorized_keys_lines
193193
_cleanup_chroot
194194
}
195195

0 commit comments

Comments
 (0)