瀏覽代碼

forgot to remove sleep

Casey DeLorme 4 年之前
父節點
當前提交
d25f42526f
共有 1 個文件被更改,包括 0 次插入1 次删除
  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) &