mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove some debug test
This commit is contained in:
parent
edd187eb90
commit
17d8700000
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