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

Ajout de l'option json

This commit is contained in:
Ackak 2015-05-09 00:15:36 +02:00
parent 1f0926c8ac
commit 849c36fe0a

View file

@ -52,7 +52,7 @@ sudo sed -i "s@YNH_ADMIN@$admin@g" ../conf/init_config.php
sudo cp ../conf/options.php $app_home_path/data/options.php
sudo cp ../conf/init_config.php $app_home_path/data/config.php
sudo php ../conf/init_config_user.php $(sudo yunohost user list | python ../conf/user_list.py)
sudo php ../conf/init_config_user.php $(sudo yunohost user list --json | python ../conf/user_list.py)
sudo find $final_path -type f | xargs sudo chmod 644
sudo find $final_path -type d | xargs sudo chmod 755