mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Fix post-v2 issues
This commit is contained in:
parent
c4a028b44f
commit
013c3d60f4
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ if [ -d "$install_dir/public/storage/m/_v2/" ]; then
|
||||||
chmod 750 -R "$install_dir/public/storage/m/_v2/"* # all files subdirectories (picture folders) should be readable and executable. But if there is no picture, there is no /*/*
|
chmod 750 -R "$install_dir/public/storage/m/_v2/"* # all files subdirectories (picture folders) should be readable and executable. But if there is no picture, there is no /*/*
|
||||||
chmod 770 "$install_dir/public/storage/m/_v2/"* # users folders should be 770
|
chmod 770 "$install_dir/public/storage/m/_v2/"* # users folders should be 770
|
||||||
chmod 770 "$install_dir/public/storage/m/_v2/" # this should be 770
|
chmod 770 "$install_dir/public/storage/m/_v2/" # this should be 770
|
||||||
|
chown -R :www-data "$install_dir/public/storage/m/_v2/" # Fix the mess following packaging v2 upgrade - and make sure proper group owner is set.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue