mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
clean output
This commit is contained in:
@@ -63,11 +63,11 @@ fi
|
|||||||
pip3 install changedetection.io --upgrade &>/dev/null
|
pip3 install changedetection.io --upgrade &>/dev/null
|
||||||
pip3 install playwright --upgrade &>/dev/null
|
pip3 install playwright --upgrade &>/dev/null
|
||||||
if [[ -f /etc/systemd/system/browserless.service ]]; then
|
if [[ -f /etc/systemd/system/browserless.service ]]; then
|
||||||
git -C /opt/browserless/ pull
|
git -C /opt/browserless/ pull &>/dev/null
|
||||||
npm update --prefix /opt/browserless
|
npm update --prefix /opt/browserless &>/dev/null
|
||||||
npm run build --prefix /opt/browserless
|
npm run build --prefix /opt/browserless &>/dev/null
|
||||||
npm run build:function --prefix /opt/browserless
|
npm run build:function --prefix /opt/browserless &>/dev/null
|
||||||
npm prune production --prefix /opt/browserless
|
npm prune production --prefix /opt/browserless &>/dev/null
|
||||||
systemctl restart browserless
|
systemctl restart browserless
|
||||||
else
|
else
|
||||||
msg_error "No Browserless Installation Found!"
|
msg_error "No Browserless Installation Found!"
|
||||||
|
|||||||
Reference in New Issue
Block a user