Merge branch 'master' into dist/eole/2.7.0/master
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user