#!/bin/bash

#take off password protections
sed -i 's/--users staff//' /boot/grub/grub.cfg

grub-reboot "Memory Test"

shutdown -r now
