@@ -0,0 +1,10 @@
#!/bin/bash
apt install nodejs npm
mkdir -p /var/log/consult
chgrp www-data /var/log/consult
npm list -g | grep pm2 || npm install -g pm2
pm2 restart api/srv.consult.js
pm2 startup
pm2 save
The note is not visible to the blocked user.