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