Merge branch 'master' into dist/eole/2.7.0/master

This commit is contained in:
2020-05-13 14:06:01 +02:00

View File

@@ -1,4 +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
openssl rand -hex 32 > /var/www/html/schedule/.key
fi