Skip to content

Commit

Permalink
Update C61.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xratzh committed Apr 20, 2018
1 parent 437d39c commit 22a3818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C61.sh
Expand Up @@ -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
Expand Down

0 comments on commit 22a3818

Please sign in to comment.