From 22a38181cf635a1bdcfc9d921e32a65f44f8922a Mon Sep 17 00:00:00 2001 From: Xrat Zhou Date: Fri, 20 Apr 2018 22:48:13 +0800 Subject: [PATCH] Update C61.sh --- C61.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C61.sh b/C61.sh index 339ff13..fd5c4ab 100644 --- a/C61.sh +++ b/C61.sh @@ -10,7 +10,7 @@ if [ ! -f "/boot/grub/grub.conf" ]; then echo -e "${red}Error:${plain} /boot/grub/grub.conf not found, please check it." exit 1 fi -sed -i 's/^default=.*/default=0/g' /boot/grub/grub.conf +sed -i 's/^default=1/default=0/g' /boot/grub/grub.conf echo read -p "Info: The system needs to be restart. Do you want to reboot? [y/n]" is_reboot