This commit is contained in:
Josué
2016-01-13 21:20:58 +01:00
parent 7df5d04f0c
commit ce1535df79
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ sudo yunohost app setting ffsync mysqlpwd -v $db_pwd
# Generate random password and save
secret=$(head -c 20 /dev/urandom | sha1sum | cut -d " " -f1)
sudo yunohost app setting $app secret -v $secret
sudo yunohost app setting ffsync secret -v $secret
# Check depends installation
sudo apt-get install make python-dev python-virtualenv -y