new: [add] init commit, elab-update, elab-manage-install & scripts

This commit is contained in:
default
2024-05-30 17:42:32 +02:00
commit 4767e76060
6 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
## Remove every .state file older than 48h -- Cleanup script if the others arent strong enougth
find /var/run/elab-manage -name "*.state" -type f -mtime +2 -delete