File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ function _check_space_left {
173
173
echo " Space left: ${space_left} K"
174
174
}
175
175
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
+ # }
180
180
181
181
function _modify_image {
182
182
echo " Modifying Image"
@@ -189,7 +189,7 @@ function _modify_image {
189
189
190
190
_enable_daemons
191
191
_check_space_left
192
- # _count_authorized_keys_lines
192
+ # _count_authorized_keys_lines
193
193
_cleanup_chroot
194
194
}
195
195
You can’t perform that action at this time.
0 commit comments