Dave Russell
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
m2_card_fix.sh
|
|
@ -103,3 +103,8 @@ if ! rm "/tmp/synonvme"; then |
|
|
echo "Failed to delete /tmp/synonvme" |
|
|
echo "Failed to delete /tmp/synonvme" |
|
|
fi |
|
|
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 |
|
|
|