mirror of
https://github.com/007revad/Synology_enable_M2_volume.git
synced 2026-04-25 13:05:54 +03:00
[GH-ISSUE #193] Clarify whether or not to use --noreboot on scheduled task #44
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_enable_M2_volume#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @catch-404 on GitHub (Aug 10, 2024).
Original GitHub issue: https://github.com/007revad/Synology_enable_M2_volume/issues/193
Hi, I'm creating this simply because I'm not sure whether or not to use the
--norebootflag when scheduling this script on shutdown. Maybe it doesn't matter, but if you could clarify that that'd be great. :)Cheers
@007revad commented on GitHub (Aug 10, 2024):
That's actually a good question. It's been 11 months since I added the --noreboot option so I had to check the script to see what it does.
The current script version:
So the -n or --noreboot option is kind of redundant, but it does save 10 seconds.
@catch-404 commented on GitHub (Aug 10, 2024):
Cool, thank you!