From 056f8b0b644daaa2bfbb4e6f4a53f882d2f3d6e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aim=C3=A9?= Date: Sun, 25 Apr 2021 11:09:35 +0200 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 476245e..9dd6faa 100644 --- a/update.sh +++ b/update.sh @@ -38,7 +38,7 @@ elif [ $PWD = "/tmp/tinycheck" ]; then echo "[+] Building new interfaces..." cd /usr/share/tinycheck/app/frontend/ && npm install && npm audit fix && npm run build - cd /usr/share/tinycheck/app/backend/ && npm install && npm audit fix && npm run build + cd /usr/share/tinycheck/app/backend/ && npm install && npm audit fix && npm run build echo "[+] Updating current configuration with new values." if ! grep -q reboot_option /usr/share/tinycheck/config.yaml; then