1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
This commit is contained in:
Éric Gaspar 2023-03-11 17:56:51 +01:00
parent c8a0904331
commit 4bd33ea4ce
2 changed files with 0 additions and 2 deletions

View file

@ -59,7 +59,6 @@ for i in $install_dir/config/sql/*.sql ; do
ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < "$i" ; ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < "$i" ;
done done
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"

View file

@ -72,7 +72,6 @@ then
popd popd
fi fi
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"