1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

Update upgrade

This commit is contained in:
polytan02 2015-02-06 22:21:00 +00:00
parent bb2bdad8e0
commit 4e79d74428

View file

@ -9,10 +9,10 @@ is_public=$(sudo yunohost app setting $app is_public)
# Check domain/path availability
sudo yunohost app checkurl $domain$path -a rainloop
if [[ ! $? -eq 0 ]]; then
exit 1
fi
#sudo yunohost app checkurl $domain$path -a rainloop
#if [[ ! $? -eq 0 ]]; then
# exit 1
#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')