From 7fcae95b02d09d359891762dd6414def73b2b20b Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 30 May 2023 14:30:15 +0200 Subject: [PATCH] show if service actually started (or if e.g. config entries are missing) --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 05a8ebe..c80d678 100755 --- a/update.sh +++ b/update.sh @@ -6,3 +6,4 @@ cd frontend npm install npm run build sudo systemctl restart rot +sudo systemctl status rot