svg
This commit is contained in:
4
scripts/genkey.sh
Executable file
4
scripts/genkey.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
if [ ! -f /var/www/html/schedule/.key ]; then
|
||||
openssl rand -hex 32 > /var/www/html/schedule/.key
|
||||
fi
|
Reference in New Issue
Block a user