Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-ide committed Jun 3, 2024
2 parents 311d2f1 + c674e94 commit 5841ddd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ezs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Restart the service
sudo systemctl restart ezeml.service

# Append the current datetime to restarts.txt
echo "$(date '+%Y-%m-%d %H:%M:%S') ezeml.service restarted" >> /home/pasta/ezeml/restarts.log

0 comments on commit 5841ddd

Please sign in to comment.