mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
wip
This commit is contained in:
parent
5ebdc5a476
commit
3c1a798a9f
1 changed files with 4 additions and 4 deletions
|
@ -98,11 +98,11 @@ do
|
|||
# sudo rm /tmp/$myuser-install.sql
|
||||
#copy default conf
|
||||
# sudo cp -r $TMPDIR/data/users/_/ $TMPDIR/data/users/$myuser
|
||||
sudo mv $TMPDIR/data/users/$myuser/config.default.php $TMPDIR/data/users/$myuser/config.php
|
||||
# sudo mv $TMPDIR/data/users/$myuser/config.default.php $TMPDIR/data/users/$myuser/config.php
|
||||
|
||||
if [[ $sharingEnable -eq 1 ]]; then
|
||||
sudo sed -i "s@'sharing'\ =>\ array\ (@$sharingWallabag@g" $TMPDIR/data/users/$myuser/config.php
|
||||
fi
|
||||
# if [[ $sharingEnable -eq 1 ]]; then
|
||||
# sudo sed -i "s@'sharing'\ =>\ array\ (@$sharingWallabag@g" $TMPDIR/data/users/$myuser/config.php
|
||||
# fi
|
||||
done
|
||||
# Delete install directive
|
||||
sudo rm $TMPDIR/data/do-install.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue