diff --git a/bootstrap.sh b/bootstrap.sh index 7c22694..fb6b3b0 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -63,5 +63,5 @@ if [ ! -z "$NEW_HOSTNAME" ]; then cp /etc/hosts /etc/hosts.$DATE sed -i "s/$CUR_HOSTNAME/$NEW_HOSTNAME/g" /etc/hosts read -p "Press [enter] to restart this machine" - /sbin/shutdown -r now + systemctl reboot fi