Set lil-pids version

This commit is contained in:
Bob Mottram 2018-04-09 14:33:50 +01:00
parent 12f591091d
commit aca9aed871
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ function install_datserver {
install_nodejs datserver install_nodejs datserver
if ! npm install -g lil-pids; then if ! npm install -g lil-pids@2.6.1; then
echo $'unable to install lil-pids' echo $'unable to install lil-pids'
exit 8456721 exit 8456721
fi fi