mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
[fix][wip]bad copy paste
This commit is contained in:
parent
2f90d06f4e
commit
15b9845b75
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ TMPDIR=$(ynh_mkdir_tmp)
|
|||
extract_freshrss "$TMPDIR"
|
||||
|
||||
# Restore config
|
||||
sudo rm $final_path/data/do-install.txt
|
||||
sudo rm $FINAL_PATH/data/do-install.txt
|
||||
sudo cp $FINAL_PATH/data/config.php $TMPDIR/data/config.php
|
||||
sudo cp -r $FINAL_PATH/data/users/. $TMPDIR/data/users/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue