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

@@ -13,7 +13,7 @@ secret=$(sudo yunohost app setting ffsync secret)
if [[ -z $secret ]]
then
secret=$(sudo grep "secret =" $final_path/syncserver.ini | cut -d" " -f3)
sudo yunohost app setting $app secret -v $secret
sudo yunohost app setting ffsync secret -v $secret
fi
# Check Swap