Browse Source

Update m2_card_fix.sh

Added reboot prompt
test
Dave Russell 2 years ago
committed by GitHub
parent
commit
34c0713111
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      m2_card_fix.sh

5
m2_card_fix.sh

@ -103,3 +103,8 @@ if ! rm "/tmp/synonvme"; then
echo "Failed to delete /tmp/synonvme"
fi
echo -e "\nYou MUST reboot now. Or you won't be able to access DSM webui."
echo "Reboot now? [y/n]"
read -r answer
if [[ ${answer,,} != "y" ]]; then exit; fi
reboot

Loading…
Cancel
Save