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
b3072d2330
commit
a6be7a7977
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ sudo chown -R www-data: $TMPDIR/data/
|
|||
sudo chown -R www-data: $TMPDIR/extensions/
|
||||
|
||||
# Clean up existing files and copy new files to the right place
|
||||
sudo rm -rf "$DESTDIR"
|
||||
sudo cp -r "$TMPDIR" "$DESTDIR"
|
||||
sudo rm -rf "$FINAL_PATH"
|
||||
sudo cp -r "$TMPDIR" "$FINAL_PATH"
|
||||
|
||||
|
||||
#install extention for api
|
||||
|
|
Loading…
Reference in a new issue