1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00

Update install

This commit is contained in:
titoko 2013-12-09 16:32:17 +01:00
parent e48976f471
commit 4dccc55487

View file

@ -13,6 +13,10 @@ fi
# Remove trailing "/" for next commands
path=${path%/}
if [ -z "$path" ]; then
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')