Do not startup pm2 during version check

This commit is contained in:
cytopia
2019-01-10 12:27:20 +01:00
parent e843265575
commit 4a1efb6b74
11 changed files with 11 additions and 11 deletions

View File

@@ -603,7 +603,7 @@ software_available:
&& ln -s {{ compose_home }}/vendor/photoncms/installer/photon /usr/local/bin/photon \
# https://github.com/Unitech/pm2
pm2:
check: pm2 --version | grep -E '[.0-9]+'
check: pm2 --no-daemon --version | grep -E '[.0-9]+'
all:
command: until npm install pm2 -g; do sleep 1; done
sass: