fix hwraid.list path
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 18 Jan 2018 10:52:05 +0000 (11:52 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 18 Jan 2018 10:52:05 +0000 (11:52 +0100)
megacli.sh

index 504a9eb..d1a69a9 100755 (executable)
@@ -2,7 +2,7 @@
 
 if [ "$1" = "install" ] ; then
 
-       cat >/dev/apt/sources.list.d/hwraid.list << __SOURCES__
+       cat >/etc/apt/sources.list.d/hwraid.list << __SOURCES__
 # wget -O - https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key | sudo apt-key add -
 deb http://hwraid.le-vert.net/debian stretch main
 __SOURCES__