mirror of
https://github.com/007revad/Synology_enable_M2_volume.git
synced 2026-04-25 21:15:58 +03:00
[GH-ISSUE #92] cancel script Synology_enable_M2_volume #441
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#441
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 @vensikmay on GitHub (Jul 9, 2023).
Original GitHub issue: https://github.com/007revad/Synology_enable_M2_volume/issues/92
how can i cancel the script?
@007revad commented on GitHub (Jul 9, 2023):
Do you mean undo the changes it made? You can run the script with the --restore option.
sudo -i /volume1/scripts/syno_enable_m2_volume.sh --restoreOr cancel it while it is running? Pressing Ctrl+C will stop a script or command.
@vensikmay commented on GitHub (Jul 9, 2023):
Thank you. happened