mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1568 from YunoHost/fix-remove-debug-test
[fix] Remove some debug test
This commit is contained in:
commit
f17e5df173
1 changed files with 0 additions and 1 deletions
1
debian/postinst
vendored
1
debian/postinst
vendored
|
@ -53,7 +53,6 @@ API_START_TIMESTAMP="\$(date --date="\$(systemctl show yunohost-api | grep ExecM
|
||||||
|
|
||||||
if [ "\$(( \$(date +%s) - \$API_START_TIMESTAMP ))" -ge 60 ];
|
if [ "\$(( \$(date +%s) - \$API_START_TIMESTAMP ))" -ge 60 ];
|
||||||
then
|
then
|
||||||
echo "restart" >> /var/log/testalex
|
|
||||||
systemctl restart yunohost-api
|
systemctl restart yunohost-api
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue