From 17d870000067ab54f75528b6f8a8d2e71c3a7a79 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Fri, 13 Jan 2023 10:50:14 +0100 Subject: [PATCH] [fix] Remove some debug test --- debian/postinst | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 9c168f8a3..c9ad3d562 100644 --- a/debian/postinst +++ b/debian/postinst @@ -53,7 +53,6 @@ API_START_TIMESTAMP="\$(date --date="\$(systemctl show yunohost-api | grep ExecM if [ "\$(( \$(date +%s) - \$API_START_TIMESTAMP ))" -ge 60 ]; then - echo "restart" >> /var/log/testalex systemctl restart yunohost-api fi EOF