mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
Fix permissions on data directory at upgrade #19
This commit is contained in:
parent
472c5cdf68
commit
032dd348fe
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ sudo chown -R www-data: $TMPDIR/extensions/
|
|||
|
||||
# Clean up existing files and copy new files to the right place
|
||||
sudo rm -rf "$FINAL_PATH"
|
||||
sudo cp -r "$TMPDIR" "$FINAL_PATH"
|
||||
sudo cp -rp "$TMPDIR" "$FINAL_PATH"
|
||||
|
||||
|
||||
#install extention for api
|
||||
|
|
Loading…
Add table
Reference in a new issue