2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

42_npmjs: add missing sudo dependency to META.json pod

git-svn-id: https://svn.fhem.de/fhem/trunk@18641 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2019-02-19 13:51:01 +00:00
parent 75b5ec85f6
commit f8d86302cd

View File

@ -1686,7 +1686,9 @@ sub ToDay() {
},
"suggests": {
"ALL=NOPASSWD: /usr/bin/npm install *": 0,
"ALL=NOPASSWD: /usr/local/bin/npm install *": 0
"ALL=NOPASSWD: /usr/local/bin/npm install *": 0,
"ALL=NOPASSWD: /usr/bin/npm uninstall *": 0,
"ALL=NOPASSWD: /usr/local/bin/npm uninstall *": 0
}
}
},