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