1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

[fix]user conf

This commit is contained in:
Clément 2015-02-08 19:48:04 +01:00
parent 1869f15ee5
commit 9422ee95c8
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ then
#change username
sudo sed -i "s/YnoUser/$myuser/g" $app_path/data/users/$myuser/config.php
#add wallabag sharing
sudo sed -i "s@sharingArrayYnh@$sharingWallabag@g" $app_path/data/$myuser/config.php
sudo sed -i "s@sharingArrayYnh@$sharingWallabag@g" $app_path/data/users/$myuser/config.php
touch $app_path/data/users/$myuser/log.txt
chown www-data: $app_path/data/users/$myuser -R
done

View file

@ -33,4 +33,4 @@ sudo sed -i "s/YnoUser/$myuser/g" $app_path/data/users/$myuser/config.php
#add wallabag sharing
sudo sed -i "s/sharingArrayYnh/$sharingWallabag/g" $app_path/data/users/$myuser/config.php
touch $app_path/data/users/users/$myuser/log.txt
chown www-data: $app_path/data/users/$myuser -R
chown -R www-data: $app_path/data/users/$myuser/