007revad / Synology_enable_M2_volume

Enable creating volumes with non-Synology M.2 drives
MIT License
534 stars 36 forks source link

cancel script Synology_enable_M2_volume #92

Closed vensikmay closed 1 year ago

vensikmay commented 1 year ago

how can i cancel the script?

007revad commented 1 year ago

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 --restore

Or cancel it while it is running? Pressing Ctrl+C will stop a script or command.

vensikmay commented 1 year ago

Thank you. happened