1
0
Fork 0
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:
tostaki 2016-09-04 12:43:29 +02:00 committed by GitHub
parent 472c5cdf68
commit 032dd348fe

View file

@ -33,7 +33,7 @@ sudo chown -R www-data: $TMPDIR/extensions/
# Clean up existing files and copy new files to the right place # Clean up existing files and copy new files to the right place
sudo rm -rf "$FINAL_PATH" sudo rm -rf "$FINAL_PATH"
sudo cp -r "$TMPDIR" "$FINAL_PATH" sudo cp -rp "$TMPDIR" "$FINAL_PATH"
#install extention for api #install extention for api