[fix] Remove some debug test

This commit is contained in:
ljf (zamentur) 2023-01-13 10:50:14 +01:00 committed by GitHub
parent edd187eb90
commit 17d8700000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
debian/postinst vendored
View file

@ -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