From 1e9a637050c36e7d89851902e4244ec0d23bc45e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 27 Sep 2024 16:50:26 +0200 Subject: [PATCH] maintenance.sh. there's no app_generator here anymore --- maintenance.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/maintenance.sh b/maintenance.sh index 6e7246a..26cd457 100755 --- a/maintenance.sh +++ b/maintenance.sh @@ -34,18 +34,7 @@ git_pull_and_restart_services() { fi # Cron - cat cron | sed "s@__BASEDIR__@$SCRIPT_DIR@g" > /etc/cron.d/apps_tools - - pushd app_generator > /dev/null - update_venv - pushd static >/dev/null - ./tailwindcss-linux-x64 --input tailwind-local.css --output tailwind.css --minify - popd >/dev/null - popd > /dev/null - systemctl restart appgenerator - sleep 3 - systemctl --quiet is-active appgenerator || sendxmpppy "[appgenerator] Uhoh, failed to (re)start the appgenerator service?" - + sed "s@__BASEDIR__@$SCRIPT_DIR@g" > /etc/cron.d/apps_tools < cron update_venv