1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
This commit is contained in:
titoko titoko 2013-11-29 19:16:41 +01:00
parent 340ec6ecbd
commit eccdc05155

View file

@ -11,7 +11,9 @@ exit 1
fi
# Remove trailing "/" for next commands
if [ ! $path -lt 2 ]; then
path=${path%/}
fi
# Generate random DES key & password
deskey=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d '[A-Za-z0-9]' | sed -n 's/\(.\{24\}\).*/\1/p')