Merge pull request #1568 from YunoHost/fix-remove-debug-test

[fix] Remove some debug test
This commit is contained in:
Alexandre Aubin 2023-01-13 12:45:31 +01:00 committed by GitHub
commit f17e5df173
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