Browse Source

forgot to remove sleep

Casey DeLorme 4 năm trước cách đây
mục cha
commit
d25f42526f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      setup/install.sh

+ 0 - 1
setup/install.sh

@@ -93,6 +93,5 @@ if [ -n "$PACKER" ]; then
 	sed -i "/^#\?PermitRootLogin/d" /mnt/etc/ssh/sshd_config
 	echo "PermitRootLogin yes" >> /mnt/etc/ssh/sshd_config
 fi
-sleep 10m
 umount -R /mnt
 (sleep 5 && systemctl reboot) &