Bỏ restart service luc 5h50

This commit is contained in:
HaiMD 2021-07-23 12:33:41 +07:00
parent 44788ddf37
commit 08d8e2af54

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
time_begin=$(date) time_begin=$(date)
echo "$time_begin : restart service!!" >> /root/monitor/log/cache.txt echo "$time_begin : restart service!!" >> /root/monitor/log/cache.txt
systemctl restart S905X_BI #systemctl restart S905X_BI
echo "************************************" >> /root/monitor/log/cache.txt echo "************************************" >> /root/monitor/log/cache.txt
exit 0 exit 0