From 436870960d1eb5a7f7a1531117f72a853b282bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Thu, 10 Jun 2021 21:11:41 +0200 Subject: [PATCH] Correcting error --- update.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/update.sh b/update.sh index c06ab5a..a02f170 100644 --- a/update.sh +++ b/update.sh @@ -42,7 +42,7 @@ elif [ $PWD = "/tmp/tinycheck" ]; then echo "[+] Updating the database scheme..." cd /usr/share/tinycheck/ - sqlite3 tinycheck.sqlite3 < assets/scheme.sql 2>/dev/null + sqlite3 tinycheck.sqlite3 < /tmp/tinycheck/assets/scheme.sql 2>/dev/null echo "[+] Updating current configuration with new values." if ! grep -q reboot_option /usr/share/tinycheck/config.yaml; then @@ -78,9 +78,6 @@ elif [ $PWD = "/tmp/tinycheck" ]; then service tinycheck-frontend restart service tinycheck-watchers restart - echo "[+] Deleting assets folder" - rm -rf /usr/share/tinycheck/assets/ - echo "[+] Updating the TinyCheck version" cd /tmp/tinycheck && git tag | tail -n 1 | xargs echo -n > /usr/share/tinycheck/VERSION