Explorar el Código

forgot to remove sleep

Casey DeLorme hace 4 años
padre
commit
d25f42526f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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) &