forked from norman/fusionpbx-install.sh-github-mirror
Create random.sh
This commit is contained in:
4
debian/resources/random.sh
vendored
Normal file
4
debian/resources/random.sh
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
random=$(dd if=/dev/urandom bs=1 count=12 2>/dev/null | base64 | sed 's/[=\+//]//g')
|
||||
echo $random
|
||||
Reference in New Issue
Block a user