Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 5e2da84

Browse files
Fixed PROGRAM reference to nextephemeraldevice.sh
1 parent 45265a7 commit 5e2da84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

999-aws-ebs-nvme.rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
SUBSYSTEM=="block", KERNEL=="nvme[0-9]*n[0-9]*", ATTRS{model}=="Amazon Elastic Block Store", PROGRAM+="/usr/local/sbin/ebs-nvme-mapping.sh /dev/%k" SYMLINK+="%c"
2-
KERNEL=="nvme[0-9]*n[0-9]*", ENV{DEVTYPE}=="disk", ATTRS{model}=="Amazon EC2 NVMe Instance Storage", PROGRAM="/usr/local/bin/nextdevice %k", SYMLINK+="%c"
2+
KERNEL=="nvme[0-9]*n[0-9]*", ENV{DEVTYPE}=="disk", ATTRS{model}=="Amazon EC2 NVMe Instance Storage", PROGRAM="/usr/local/bin/nextephemeraldevice.sh %k", SYMLINK+="%c"

0 commit comments

Comments
 (0)