eolisation

This commit is contained in:
2020-05-12 08:45:19 +02:00
parent 59cd54b6d3
commit 45ca495670
10 changed files with 386 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
if [ ! -f /var/www/html/schedule/.key ]; then
cat /dev/urandom | tr -dc '_A-Za-z0-9' | head -c${1:-32} > /var/www/html/schedule/.key
fi