From 2e811867ad3026095fa42aa23b610d1abea41499 Mon Sep 17 00:00:00 2001 From: Miles B Huff Date: Mon, 27 Jan 2020 15:07:15 -0500 Subject: [PATCH] Switched to using systemd for reboots ;) --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index ae72559..2a261af 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -31,4 +31,4 @@ hostnamectl set-hostname $NEW_HOSTNAME cp /etc/hosts /etc/hosts.$DATE sed -i "s/test/$NEW_HOSTNAME/g" /etc/hosts read -p "Press [enter] to restart this machine" -/sbin/shutdown -r now +systemctl reboot